{% extends "base.html" %} {% block title %}{{ config['APP_TITLE'] }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} {% if repos | length == 0 %}
There are no repositories configured for this instance. Add one in the Settings or add it in the configuration.
{% else %}