{% extends "repo.html" %} {% block content %}

Invalid Repository

There seems to be a problem with this repository.

{% if extra_msg %}

{{extra_msg}}

{% endif %}

Contact your sourcehut administrators, or try to delete it.

{% if clone_urls %}

clone

{% for url in clone_urls %}
{{url.desc}}
{% if url.link %}
{{url.url}}
{% else %}
{{url.url}}
{% endif -%} {% endfor -%}
{% endif %}
{% endblock %}