1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-01 01:12:41 +00:00
seahub/avatar/templates/avatar/base.html
2012-05-24 20:20:08 +08:00

8 lines
170 B
HTML

<html>
<head>
<title>{% block title %}django-avatar{% endblock %}</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>