{% load static %} {% static "" as baseUrl %} {% if pages %} {% for page in pages %}
Card image cap {{ page }}
{% if page.followers %}

Followers : {{ page.followers }}

{% endif %} {% if page.following %}

Following : {{ page.following }}

{% endif %}

Posts : {{ page.posts }}

Date Created : {{ page.date_created }}

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