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

Take some tests!

{% for test in tests %}
{{test.name}}
Category: {{test.category}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus volutpat scelerisque tortor, id sodales leo finibus id. Vivamus id viverra nunc, ac faucibus metus. Nulla a mauris imperdiet sapien lobortis dapibus. Quisque ornare posuere pulvinar.
Passing score: {{test.passing_score}} / Questions: {{test.questions|length}}

{% endfor %} {% endblock %}