{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block head %} {{ super() }} {% endblock %} {% block title %} Python Aagent DEvelopment framework {% endblock %} {% block content %}
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {{ wtf.quick_form(form) }}
{% endblock %}