{% extends "base.html" %} {% block content %} {% for object in objects %}
{{ object.content | wordwrap(78) }}