{% extends "layout.html" %}
{% block content %}
{% for repo in repos %}
<li><a href="/{{ repo }}">{{ repo }}</a></li>
{% endfor %}
{% endblock %}