mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-01 01:12:41 +00:00
8 lines
170 B
HTML
8 lines
170 B
HTML
<html>
|
|
<head>
|
|
<title>{% block title %}django-avatar{% endblock %}</title>
|
|
</head>
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
</body>
|
|
</html> |