{% extends "base.html" %} {% set active_page = 'build' %} {% block body %} {% set date = build.timestamp %}

Build #{{ build.id }}

{{date.day}}

{{date.strftime('%b')}}

{{date.year}}

{% include 'build_fragment.html' %} {% if active_key %} {% include 'run.html' %} {% endif %}
{% endblock %}