{% block head %}
{% block styles %} {{ bootstrap.load_css() }}
{% endblock %}
Benchmark
{% endblock %}
{% include "_nav.html" %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %} {% set category = "info" %} {% endif %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% include "status.html" %} {% block jscript %} {{ bootstrap.load_js() }} {% endblock %}