{# -*- mode: jinja-html -*- #} {% extends 'base.html' %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

{{ title }}

{{ explanation }}
{% if cancel_url %} {% endif %}
{% endblock %}