{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Create a new page" %}{% endblock %} {% block bodyclass %}menu-explorer{% endblock %} {% block content %} {% trans "Create a new page" as create_str %} {% include "wagtailadmin/shared/header.html" with title=create_str %}
{% trans "Your new page will be saved in the top level of your website. You can move it after saving." %}
{% if all_page_types %}