From 3231047c1475c9e500a0e5f92ea129fccef8dd28 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Nov 2018 16:03:12 +0100 Subject: Second commit --- templates/base.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 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..3f6e97b --- /dev/null +++ b/templates/base.html @@ -0,0 +1,42 @@ + + + + mat2 - web edition + + + + + + + +
+
+ {% with messages = get_flashed_messages() %} + {% if messages %} + + {% endif %} + {% endwith %} +
+ +
+
+
+ + mat2 logo + +
+
+ {% block content %}{% endblock %} +
+
+ + + -- cgit v1.3