1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00
Files
seahub/seahub/templates/rest_framework/api.html
2013-05-02 19:27:17 +08:00

7 lines
244 B
HTML

{% 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 %}