{% extends "layout.html" %} {% block title %} build {{build.build_key}} {% endblock %} {% block content %} {% for f in files %} {% endfor %}
{{f}}

Tip: append ?export=json to the URL to get a JSON representation of this page.

{% endblock %}