{% load staticfiles instagram_client %} {% if recent_media %}
{% for media in recent_media %}
{{ media.caption.text }}
{% endfor %}
{% endif %}