{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "admin/base_site.html" %} {% load i18n static %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %} {% if result %} {% if result.markdown_errors %} {% endif %} {% if result.page_resource_errors %} {% endif %} {% if result.page_created %}

Page created:

{% endif %} {% endif %}
{% csrf_token %}
{{ form.directory_name }}
{{ form.files.as_field_group }}
Recognised frontmatter fields:
    {% for field in extracted_meta_fields %}
  • {{ field }}
  • {% endfor %}
{% endblock %}