{% extends "wagtailadmin/base.html" %} {% block titletag %}Create a new page{% endblock %} {% block bodyclass %}menu-explorer{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Create a new page" %}

Your new page will be saved in the top level of your website. You can move it after saving.

{% if all_page_types %} {% endif %}
{% endblock %}