mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-16 22:17:59 +00:00
7 lines
244 B
HTML
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 %}
|