{% extends 'frontend/__base__.html' %} {% block extendCSS %} {% endblock extendCSS %} {% block content %}
{% for contest in contests %} {{contest.title}}
{% endfor %}
{% endblock content %}