{% import "components/_formtree.jinja" as formtree %} {% extends "base.html" %} {% block content %}
{{ formtree.render(tree) }}
{% endblock %}