From 0567318344330295512176569a84afc9748d79c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 11 Apr 2013 01:14:49 +0200 Subject: First part of the transition to flask --- templates/root.jinja | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 templates/root.jinja (limited to 'templates/root.jinja') diff --git a/templates/root.jinja b/templates/root.jinja new file mode 100644 index 0000000..7debb6a --- /dev/null +++ b/templates/root.jinja @@ -0,0 +1,56 @@ + + + + + {% if not g.is_mobile %} + {% block js %} + + + {% endblock %} + {% endif %} + + {% block title -%}Kostenverwaltung{%- endblock %} + {% block style %} + + {% endblock %} + + + +
+ + + +
+ +
+
+ {% block content %}{% endblock %} +
+
+
+ + + -- cgit v1.2.3