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

Page: {{ page.title }} (back to page)

Current HTML

{{ page.content_html }}

Converted Markdown

{{ converted_md }}
{% csrf_token %}

Saving will replace content_html with the markdown above and clear the HTML field.

{% endblock %}