summaryrefslogtreecommitdiff
path: root/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'base.html')
-rw-r--r--base.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/base.html b/base.html
new file mode 100644
index 0000000..65bc6df
--- /dev/null
+++ b/base.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <title>{% block title %}{% endblock %}</title>
+ {% block header %}{% endblock %}
+ </head>
+ <body>
+{% block content %}
+{% endblock %}
+ </body>
+</html>