{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block styles %} {{ super() }} {% endblock %} {% block app_content %}

{{ title }}

{{ text | safe }}
{{ feedback | safe }}

Your annotation:

Ground truth:

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