{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block styles %}{{ super() }}{% endblock %} {% block page_content %}
{{ wtf.quick_form(form) }}
{% if uploaded_files %}

Uploaded files:

{% endif %} {{ wtf.quick_form(compress_form) }}
{% endblock %}