{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
← {{ project['title'] }}
{% if is_owner and not read_only %} {% endif %}
{% if read_only %}
This project is read-only. Its files are immutable until the owner turns read-only off.
{% endif %}
📂 Select a file to view or edit.
{% endblock %} {% block extra_js %} {% endblock %}