summaryrefslogtreecommitdiff
path: root/base.html
blob: 65bc6df181dceaf577597e915531716212829c6c (plain)
1
2
3
4
5
6
7
8
9
10
<html>
	<head>
		<title>{% block title %}{% endblock %}</title>
		{% block header %}{% endblock %}
	</head>
	<body>
{% block content %}
{% endblock %}
	</body>
</html>