{% extends "base.html" %} {% block title %}Runs{% endblock %} {% block content %} {% if versions %}
version all {% for v in versions %} {{ v }} {% endfor %}
{% endif %} {% include "_runs_container.html" %} {% endblock %}