X-Git-Url: http://git.datanom.net/flask-test.git/blobdiff_plain/db4f0ba9d4aec596f179335f1d86b3dd2bb206c6..163c4d87c8cefd45e8c8836daa28c53956be1e1a:/app/templates/base.html diff --git a/app/templates/base.html b/app/templates/base.html index 5a4dcdc..4a1796a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,5 +1,12 @@ - + + + + + + + + {% if title %} {{ title }} - Web Photo Portfolio {% else %} @@ -7,23 +14,30 @@ {% endif %} -
WPP: Home - {% if g.user.is_authenticated %} - | Your Profile - | Logout - {% endif %} -
-
- {% with messages = get_flashed_messages() %} - {% if messages %} - - {% endif %} - {% endwith %} - {% block content %}{% endblock %} +
+ +
+
+ {% block content %}{% endblock %} +
+
+