{% extends "wagtailadmin/base.html" %} {% load meta_description %} {% block bodyclass %}menu-explorer{% endblock %} {% block titletag %}Create a page in {{ parent_page.title }}{% endblock %} {% block content %}

Create a page in {{ parent_page.title }}

Choose which type of page you'd like to create.

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