* Initial import of a django project.
[matthijs/projects/xerxes.git] / templates / base / base.html
1 <html>
2 <head>
3 </head>
4 <body>
5 {% block content %}
6 {% endblock %}
7 </body>
8 </html>