13 lines
163 B
HTML
Raw Normal View History

2015-09-24 01:44:49 -04:00
<html>
<head>
2015-09-24 08:30:16 -04:00
<title>{% block title %}{{ sitename }}{% endblock %}</title>
2015-09-24 01:44:49 -04:00
</head>
<body>
<div>
2015-09-24 08:30:16 -04:00
{% block content %}{% endblock %}
2015-09-24 01:44:49 -04:00
</div>
</body>
</html>