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

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

{{ gettext ("This is the donation page.") + "
" + gettext ("Using this page you can make donations in {currency} to Free Software projects.").format(currency=merchant_currency) }}

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