{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block extra_libraries %} {% endblock %} {% block content %}

{{title}}

<< Return to Dashboard
{% if (has_form) %}
{{ wtf.quick_form(form, button_map={'submit':'success'}) }}
{% endif %}

{{ body|safe }}

{% endblock %}