{% 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 %} {% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block jscript %} {{ bootstrap.load_js() }} {% endblock %}