{% extends "aggregator/base.html" %} {% block content %} {% include "aggregator/post_content.html" with post=object %}
{% with next=object.get_next_by_updated previous=object.get_previous_by_updated %} {% if previous %} {% endif %} {% if next %} {% endif %} {% endwith %}
{% endblock %}