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

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

{{ gettext("This page demonstrates how to tip visitors for completing small tasks.") + "
" + gettext("Tipping is a way for offer cash rewards that go directly into a user's wallet.") }}

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