{% extends '__base__.html' %} {% block content %}
{% if content %} {{ content }} {% endif %}
{{ form.hidden_tag() }} {{ form.send }}
{% endblock %}