{% extends "base.html" %} {% block content %}
This is the page {{ user }} would see if they were logged in.
{% with msgs as pagination %} {% include "pagination.html" %} {% for msg in msgs.object_list %}{{ msg.username }} {{ msg.msg }} {{ msg.date|timesince }} ago
{% endfor %} {% include "pagination.html" %} {% endwith %} {% endblock %}