13 lines
157 B
HTML
13 lines
157 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>{% block title %}{{ sitename }}{% endblock %}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div>
|
||
|
{% block content %}{% endblock %}
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|