{% extends 'page.html' %} {% block page_content %}

Tests

{% for test in tests %}

{{ test.name }}

{{ test.description|safe }}
{% endfor %} {% endblock %}