{% load static %} {% static "" as baseUrl %} {% if posts %} {% for post in posts %}
Card image cap {% if post.date_posted %}
{% if post.likes %}

Likes : {{ post.likes }}

{% endif %} {% if post.caption|length > 0 %}

Caption : {{ post.caption }}

{% endif %}

Date posted : {{ post.date_posted }}

{% endif %}
{% endfor %} {% else %}
There are no posts in this section yet, try collecting data by running the crawling script             and try again!
{% endif %}