{% extends "layouts/base.html" %} {% block body_class %}test{% endblock %} {% block yield %}
{% for cls in classes %}
{% endfor %}
{% include 'snippets/log_levels.html' %}
{% include 'snippets/arcade.html' %}
{% endblock %} {% block buttons %} {% include 'snippets/cancel_button.html' %} {% include 'snippets/running_indicator.html' %} {% endblock %} {% block body_js %} {% endblock %}