{% import 'macros.html' as lib -%}
{% block styles -%} {{ lib.loadcss("bootstrap") }} {%- endblock %}
{% for t in tests %} {% if t not in ('index.html', 'base.html') %}
{{ t.replace('.html', '').capitalize() }}
{% endif %} {% endfor %}
{% block content %} {% endblock %}
{% block scripts -%} {{ lib.loadjs("base_libs") }} {%- endblock %}