{% extends "base.html" %} {% block content %}

Choose a driver to test

{% for driver in drivers %}

{{ driver }}

{% endfor %}
{% endblock %}