initial commit
[koed-quiz.git] / koedquiz / templates / base.html
1 <!DOCTYPE HTML>
2 <html>
3
4 <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>{% block "title" %}{% endblock %}</title>
7 </head>
8
9 <body>
10     {% block "body" %}{% endblock %}
11 </body>
12
13 </html>