From 2bdad0ae7a3a6e4ec5116becd39910388b679ed2 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 4 Oct 2012 15:39:08 +0200 Subject: restructure --- templates/base.html | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..4bd9d80 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,110 @@ + + + + Meeting Tools + + + + + + + + + + + + + + + + + + + + + + + {% block meta %}{% endblock %} + + + + + {% block js %}{% endblock %} + + + + + + +
+
+
+ {% block content %}{% endblock %} +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ {% block validators %}{% endblock %} +
+
+
+ + -- cgit v1.1