{% extends "base.html" %} {% block title %}{{ form_title }} — {{ space.title }} — {{ site_name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

← {{ space.title }}

{{ form_title }}

Markdown body is the source of truth. Title, Abstract, and Visual are stored in frontmatter.

{% csrf_token %} {% if doc.slug == 'index' %} {% else %} {% endif %}
Cancel
{% endblock %}