{% extends "base.html" %} {% block title %}{{ page.title|default:space.title }} — {{ site_name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

← Spaces

{{ space.title }}

{% if space.description %}

{{ space.description }}

{% endif %} {% if space.visual %} {% endif %}
Edit space New page
Edit page {% if page.slug and page.slug != 'index' %} Copy Transfer
{% csrf_token %}
{% else %} Copy index {% endif %} {% if forgejo_edit_url %} Edit in Forgejo {% endif %} {% if forgejo_blob_url %} View source {% endif %}
{% csrf_token %}
{% if page.error %}

Content unavailable

{{ page.error }}

{% if space.has_content_binding %} {% else %} {% endif %}
{% else %}
{{ page.html|safe }}
{% endif %}
{% endblock %}