{% block styles %}{% endblock %} {% block scripts %}{% endblock %}

{{ gettext("Taler Demo") }}
{{ gettext("Introduction") }}

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

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