taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

landing-base.html.j2 (356B)


      1 {% extends "common-base.html.j2" %}
      2 
      3 {% block header_content %}
      4 
      5 <h1><span class="it"><a href="{{ env('TALER_ENV_URL_LANDING') }}">{{ gettext("Introduction") }}</a></span></h1>
      6 <p>{{
      7       gettext("This is the GNU Taler demo.") + "<br>" +
      8       gettext("Here you can try out the GNU Taler payment system using a toy currency.")
      9     }}
     10 </p>
     11 
     12 {% endblock %}