{# About page edit form. Context: - user : app.models.entities.User - page : app.models.entities.Page - form : dict {title, body_md} - errors : dict {field_name: message} - csrf_token : str #} {% extends "admin/base.html" %} {% block title %}Edit About — Admin{% endblock %} {% block content %}

Edit About page

Slug: {{ page.slug }} · slug is fixed.

{% if errors %} {% endif %}
Drop an image here to upload & insert. Accepted: JPG, PNG, WebP up to 8 MB.
Preview
{{ page.body_html_cached|safe }}
Cancel
{% endblock %} {% block scripts %} {% endblock %}