Add skeletons for views.
[demoscenemusic.git] / templates / base.html
diff --git a/templates/base.html b/templates/base.html
new file mode 100644 (file)
index 0000000..cb6e80a
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+       <head>
+               <title>{% block title %} – Demoscene Music{% endblock %}</title>
+       </head>
+       <body>
+               {% block content %}{% endblock %}
+               <div id="footer" align="center">
+                       demoscenemusic.org - &copy; 2013 David ‘Bombe’ Roden
+               </div>
+       </body>
+</html>