{% extends "layout.html" %} {%block content%}
{% if latest_poll_list %} {% else %}

No polls are available.

{% endif %}
{% endblock content%}