From 81493afa53a1a1d5ff4b417d05febf9f9e2a172b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 23 Jul 2020 00:28:47 +0200 Subject: Restructure --- templates/layout.jinja | 81 -------------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 templates/layout.jinja (limited to 'templates/layout.jinja') diff --git a/templates/layout.jinja b/templates/layout.jinja deleted file mode 100644 index b34cddb..0000000 --- a/templates/layout.jinja +++ /dev/null @@ -1,81 +0,0 @@ -{% from 'js.jinja' import scripts %} - - - - - - {{ title or "Kostenverwaltung" }} - {% block style %} - - {% endblock %} - - {% if config['DEBUG'] %}{% endif %} - -
- - - -
- -
-
- {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} -
    - {% for cat,msg in messages %} -
  • {{ msg }}
  • - {% endfor %} -
- {% endif %} - {% endwith %} -

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

- {% block content %}{% endblock %} -
-
-
- - {% if not g.is_mobile %} - {% block js %} - {{ scripts("jquery", "kosten") }} - {% endblock %} - {% if additionalJS %}{{ scripts(additionalJS) }}{% endif %} - {% if JSFunction %} - - {% endif %} - {% endif %} - - -- cgit v1.2.3