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

Pages

Manage dynamic site pages

+ Create Page
{% for page in pages %} {% else %} {% endfor %}
Title Slug Status Order Actions
{{ page.title }} /{{ page.slug }} {% if page.is_published %} Published {% else %} Draft {% endif %} {% if page.show_in_menu %} {% endif %} {{ page.menu_order }} View Edit
No pages found. Create one to get started.
{% endblock %}