{% load cache %}
{% block content %} {% cache 1200 'object-detail-inclusion' object.id object.modified %} {% if object.image %} {% endif %} {% if object.description %}
{{ object.description|linebreaks }}
{% endif %} {% endcache %} {% endblock %}