{% extends "base.html" %} {% set title = "Main" %} {% block content %} {% if questions %} {% else %}

No polls are available.

{% endif %} {% endblock %}