From b3db90545c5bd76d4acb6abfe5356e87b0f0cdcf Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Thu, 10 Mar 2011 02:37:21 +0000 Subject: initial import --- templates/layout.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/layout.html (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html new file mode 100644 index 0000000..50f1884 --- /dev/null +++ b/templates/layout.html @@ -0,0 +1,34 @@ + + + +Account manager + + + + +
+ +
+
+ + {% for message in get_flashed_messages() %} +
{{ message }}
+ {% endfor %} + + {% block content %} + {% endblock %} + +
+ +
+ + -- cgit v1.1