From d69934f816c7e48d758452dd443eca0f02dd14ce Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 17:03:12 +0200 Subject: add landing subpage, simplify deployment --- talermerchantdemos/landing/templates/base.html.j2 | 114 ++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 talermerchantdemos/landing/templates/base.html.j2 (limited to 'talermerchantdemos/landing/templates/base.html.j2') diff --git a/talermerchantdemos/landing/templates/base.html.j2 b/talermerchantdemos/landing/templates/base.html.j2 new file mode 100644 index 0000000..7cf16f1 --- /dev/null +++ b/talermerchantdemos/landing/templates/base.html.j2 @@ -0,0 +1,114 @@ + + + + + + {{ gettext("Taler Demo") }} + + + + + + {% block styles %}{% endblock %} + {% block scripts %}{% endblock %} + + + +
+

{{ gettext("Taler Demo") }}

+

{{ gettext("Survey") }}

+

{{ + gettext("This is the Taler demo.") + "
" + + gettext("Here you can try out the Taler payment system using a toy currency.") + }} +

+
+ + +
+ {% block main %} + This is the main content of the page. + {% endblock %} +
+
+

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

+
+

Copyright © 2014—2020 Taler Systems SA

+
+
+ + -- cgit v1.2.3