{% 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.has_content_binding %}
{% if forgejo_edit_url %} Edit in Forgejo {% endif %} {% if forgejo_blob_url %} View source {% endif %}
{% csrf_token %}

Git is the source of truth. Edit in Forgejo, then refresh (or wait for webhook).

{% endif %} {% if page.error %}

Content unavailable

{{ page.error }}

{% if space.has_content_binding %}

Binding: {{ space.forgejo_owner }}/{{ space.forgejo_repo }} · {{ page.path }} @ {{ space.default_branch }}

{% endif %}
{% else %}
{{ page.html|safe }}

Source: {{ page.source }} · {{ page.path }} {% if space.has_content_binding %} · {{ space.forgejo_owner }}/{{ space.forgejo_repo }}@{{ space.default_branch }} {% endif %}

{% endif %} {% endblock %}