{% endif %}
{# --- Main Content Area --- #}
{# SPA navigate() sets inline opacity on this wrapper; avoid transition-opacity here or reveal fades 0→1. #}
{% block repo_content %}{% endblock %}
{% block scripts %}{% endblock %}
{% if repo and repo.has_wiki %}
{% endif %}
{% block repo_modals %}
{% if repo and repo.is_owner %}
{% include 'repository_modals/repo_settings_modal.html' %}
{% include 'repository_modals/repo_delete_confirm_modal.html' %}
{% endif %}
{% include 'credit_confirm_modal.html' %}
{% include 'repository_modals/repo_info_modal.html' %}
{% if repo and repo.has_wiki %}
{% include 'repository_modals/wiki_shell_modals.html' %}
{% endif %}