{% block content %}
{% if object.title %}
{{ object.title }}
{% endif %}
{% if object.image %}
{% if object.image_attribution %}
{{ object.image_attribution }}
{% endif %}
{% endif %}
{% if object.description %}
{{ object.description|linebreaks }}
{% endif %}
{% endblock %}