{% extends 'base.html' %} {% from "macros/_forms.html" import render_form %} {% block main %}
{{ render_form(form) }}
{% endblock %}