{% extends "base.html" %} {% load thumbnail %} {% block title %}{{ user.username }}{% endblock title %} {% block body %}
{% thumbnail user.profile.image "100x100" crop="center" as im %} {% endthumbnail %}

{{ user.username }}

{{ total_posts }}

Posts

xx {# TODO: Add total followers #}

Followers
{% endblock body %}