{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block head %} {{ super() }} {% if filename is defined %} {% endif %} {% endblock %} {% block page_header %}

Download

{% endblock %} {% block app_content %}
{{ wtf.quick_form(form, button_map={'submit': 'primary'}) }}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}