{% extends "base.html" %} {% block head %} {{ super() }} Test report {% endblock %}

Tests

{% block body %}
    {% for test in tests %}
  1. {{ test.name }}

  2. {% endfor %}
{% endblock %}