{% extends 'base.html' %} {% block content %}
bridge [what is this?]
{% for repo in repos %}
{{ repo.name }} {{ repo.desc }}
active [status]
{% endfor %} {% endblock %}