summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/landing-base.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/templates/landing-base.html.j2')
-rw-r--r--talermerchantdemos/templates/landing-base.html.j212
1 files changed, 12 insertions, 0 deletions
diff --git a/talermerchantdemos/templates/landing-base.html.j2 b/talermerchantdemos/templates/landing-base.html.j2
new file mode 100644
index 0000000..e279767
--- /dev/null
+++ b/talermerchantdemos/templates/landing-base.html.j2
@@ -0,0 +1,12 @@
+{% extends "common-base.html.j2" %}
+
+{% block header_content %}
+
+<h1><span class="it"><a href="{{ env('TALER_ENV_URL_LANDING') }}">{{ gettext("Introduction") }}</a></span></h1>
+<p>{{
+ gettext("This is the GNU Taler demo.") + "<br>" +
+ gettext("Here you can try out the GNU Taler payment system using a toy currency.")
+ }}
+</p>
+
+{% endblock %}