{% include("partials/head.html") %} {% block head %}{% endblock %} {% if result.complete %} {% include("partials/topbar.html") %} {% else %} {% include("partials/topbar_setup.html") %} {% endif %}
{% block content %}{{results}}{% endblock %} {% include("setup/partials/modals.html") %}
{% include("partials/helpers.html") %}