summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/landing-base.html.j2
blob: e279767c93b739776ddf3655189765998cc389e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 %}