{%- import "utils.html" as utils with context -%} {% extends "layout.html" %} {% block content %} {% include "header.html" %} {% for outbox_object in objects %} {{ utils.display_object(outbox_object) }} {% endfor %} {% if has_previous_page %} Previous {% endif %} {% if has_next_page %} Next {% endif %} {% endblock %}