{% extends 'base.html' %} {% block content %} {% if latest_content_list %} {% for content in latest_content_list %} {% if forloop.counter == 3 %}

{{content.title}}

Tate Modern
29th March, 2017, 7:00 pm
South Tank

{{content.body|striptags|truncatechars:250}} read more

{% endif %} {% endfor %}
{% for content in latest_content_list %}
{{ content.title }}
{% endfor %} {% else %}

No polls are available.

{% endif %}
{% endblock %}