{% extends "layouts/main.html" %} {% block main %}

{% if Errors %}
{% endif %}
{% for Section in Sections %}
{{ Section.Name }}
{% endfor %}
{% endblock %}