{% load static %} {% static "" as baseUrl %} {% if pages %} {% for page in pages %}
Followers : {{ page.followers }}
{% endif %} {% if page.following %}Following : {{ page.following }}
{% endif %}Posts : {{ page.posts }}
Date Created : {{ page.date_created }}