From bcc2e4fcec619078059102dbd5c8172010390a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 15 Apr 2013 00:59:59 +0200 Subject: Some reorganizing --- templates/layout.jinja | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 templates/layout.jinja (limited to 'templates/layout.jinja') diff --git a/templates/layout.jinja b/templates/layout.jinja new file mode 100644 index 0000000..dcddc33 --- /dev/null +++ b/templates/layout.jinja @@ -0,0 +1,57 @@ + + + + + {% if not g.is_mobile %} + {% block js %} + + + {% endblock %} + {% endif %} + + {{ title or "Kostenverwaltung" }} + {% block style %} + + {% endblock %} + + + +
+ + + +
+ +
+
+

{% block heading -%}{%- endblock %}

+ {% block content %}{% endblock %} +
+
+
+ + + -- cgit v1.2.3