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

{{ repo['slug'] }}

{{ build }}
{% for build in builds %}
  • {{ build['number'] }}
  • {% endfor %} {% endblock %}