{% extends "index.html" %} {% block menu_explore_class %}selected{% endblock %} {% block content %}
On this instance:

{% for repository in repositories %}
{% if repository['path'].endswith('.mlist.git') %} L   {{ repository['path'][:-4] }} {% else %} R   {{ repository['path'] }} {% endif %}
{{ repository['description'] }}
{% endfor %}
{% endblock %}