{% extends "base.html" %} {% block content %}
{{ msg.msg }} {{ msg.date|timesince }} ago
{% endfor %} {% include "pagination.html" %} {% endwith %}Following {{ following.count }}: {% for u in following %} {{ u }} {% endfor %}
Followed by {{ followers.count }}: {% for u in followers %} {{ u }} {% endfor %}
{% endblock %}