{% include "core/htmlHeader.html" %} {% include "core/htmlHeaderTable.html" %}
Admin
{% for section in admin.sections %}
{{ section.title }}
{% for item in section.items %}
{{ item.title }}
{% endfor %} {% endfor %}
{{ content }}