From 46dd63af682246c162423e37e0361e2d644c93e1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 12 Oct 2020 13:38:35 +0200 Subject: share menu and style sheets across demo pages (fixes #5704) --- talermerchantdemos/blog/templates/base.html.j2 | 72 ++------------------------ 1 file changed, 3 insertions(+), 69 deletions(-) (limited to 'talermerchantdemos/blog/templates/base.html.j2') diff --git a/talermerchantdemos/blog/templates/base.html.j2 b/talermerchantdemos/blog/templates/base.html.j2 index 65f8461..c4935f1 100644 --- a/talermerchantdemos/blog/templates/base.html.j2 +++ b/talermerchantdemos/blog/templates/base.html.j2 @@ -24,45 +24,7 @@ - - + {% block styles %}{% endblock %} {% block scripts %}{% endblock %} @@ -78,41 +40,13 @@ }}

- + {% from 'templates/menu.html.j2' import menu with context %} {{ menu('blog') }}
{% block main %} This is the main content of the page. {% endblock %} -
-
-

{{ gettext('You can learn more about GNU Taler on our main website.').format(site="https://taler.net/") }}

-
-

Copyright © 2014—2020 Taler Systems SA

-
+ {% include 'templates/footer.html.j2' %}
-- cgit v1.2.3