1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-16 22:17:59 +00:00
seahub/templates/rest_framework/api.html
2013-03-01 13:38:05 +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 %}