From 2158c8e86ff4417973dd7ca650fab91e32c4e56a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 18 Mar 2019 14:10:12 +0000 Subject: initial commit --- app/templates/base.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app/templates/base.html (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html new file mode 100644 index 0000000..c40482d --- /dev/null +++ b/app/templates/base.html @@ -0,0 +1,27 @@ + + + {% if title %} + {{ title }} - Annotate Change + {% else %} + Welcome to Annotate Change + {% endif %} + + +
Annotate Change: + Home + Login +
+
+ {% with messages = get_flashed_messages() %} + {% if messages %} + + {% endif %} + {% endwith %} + {% block content %} + {% endblock %} + + -- cgit v1.2.3