{% extends 'account/base.html' %} {% block pageid %}profile{% endblock %} {% block content %}

Resumo

{% with profile as overview %} {% include 'account/_overview.html' %} {% endwith %}

Publicações

{% for item in items %} {% if forloop.first %}{% endif %} {% endfor %}
{% endblock %}