Store year and party as a tuple.
[demoscenemusic.git] / templates / base.html
1 <html>
2         <head>
3                 <title>{% block title %} – Demoscene Music{% endblock %}</title>
4         </head>
5         <body>
6                 {% block content %}{% endblock %}
7                 <div id="footer" align="center">
8                         demoscenemusic.org - &copy; 2013 David ‘Bombe’ Roden
9                 </div>
10         </body>
11 </html>