{% extends "admin/base.html" %} {% block stylesheets %} {% endblock %} {% block content %}

Pages

{% for page in pages %} {% endfor %}
Title Route Authentication Hidden Published Settings
{{ page.title }} {{ page.route }} {% if page.auth_required %} Required {% else %} {% endif %} {% if page.hidden %} Hidden {% else %} {% endif %} {% if page.draft %} Draft {% else %} Published {% endif %}
{% endblock %} {% block scripts %} {% endblock %} {% block entrypoint %} {% endblock %}