1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-17 06:27:28 +00:00
seahub/templates/rest_framework/api.html

7 lines
244 B
HTML
Raw Normal View History

2013-03-01 05:37:19 +00:00
{% extends "rest_framework/base.html" %}
{# Override this template in your own templates directory to customize #}
{% block title %}Seafile RESTful API {% endblock %}
{% block branding %}<a href='http://seafile.com'>Seafile</a>{% endblock %}