{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %}

Welcome in SOITA/h1> {% for test in tests.all %}

{{test.name}}

{% endfor %} {% endblock %}