{% extends "admin/base.html" %} {% block title %}{{ "Edit" if page else "New" }} Page - Admin - {{ site_name() }}{% endblock %} {% block admin_content %}

{{ "Edit" if page else "New" }} Page

{{ "Update page details" if page else "Create a new page" }}

The URL path for this page (e.g., "about" becomes /about)
Publication Lower numbers appear first (default: 0) Leave empty to publish immediately when published is checked
SEO Settings
Cancel {% if page %} View History {% endif %}
{% endblock %}