{% extends "base.html" %} {% block main %} {% include "navbar.html" %}
{% include "flashed.html" %}

Build processing...

Started at {{ build.start | strftime("%d %b %Y, %H:%M:%S") }} ({{ (gettime() - build.start) | duration }} ago)

Command used
{{ build.cmd }}
Output

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}