From 2b84f3bd5de3a500b63193924bea2f3dfd0c9afd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 21 Apr 2021 21:07:18 +0200 Subject: common base template, new logo and lots of cleanup --- talermerchantdemos/templates/common-base.html.j2 | 50 ++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 talermerchantdemos/templates/common-base.html.j2 (limited to 'talermerchantdemos/templates/common-base.html.j2') diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 new file mode 100644 index 0000000..ff8d655 --- /dev/null +++ b/talermerchantdemos/templates/common-base.html.j2 @@ -0,0 +1,50 @@ + + + + + + {{ gettext("GNU Taler Demo: Introduction") }} + + + + + {% block styles %}{% endblock %} + {% block scripts %}{% endblock %} + + + +
+

+
+

+ +
+ {% block header_content %} +

This is the header content.

+ {% endblock %} +
+
+ {% from 'menu.html.j2' import menu with context %} {{ menu('landing') }} + +
+ {% block main %} + This is the main content of the page. + {% endblock %} + {% include 'footer.html.j2' %} +
+ + -- cgit v1.2.3