From b2618e9404b84cc62d4becb02436233a0d53b375 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 25 Nov 2015 22:45:43 +0100 Subject: Rfactorization. Just a start... --- pyaggr3g470r/templates/layout.html | 165 ------------------------------------- 1 file changed, 165 deletions(-) delete mode 100644 pyaggr3g470r/templates/layout.html (limited to 'pyaggr3g470r/templates/layout.html') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html deleted file mode 100644 index 6b29716b..00000000 --- a/pyaggr3g470r/templates/layout.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - {% block head %} - - - - - pyAggr3g470r{% if head_titles %} - {{ ' - '.join(head_titles) }}{% endif %} - - - - - - - {% endblock %} - - - -
- -
- {% block messages %} - {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} -
- - {{ message }} -
- {% endfor %} - {% endif %} - {% endwith %} - {% endblock %} -
- - {% block content %}{% endblock %} - - - - - - - - - - -- cgit