{% load thumbnail %}{% spaceless %} {% if instance.get_link %} {% else %}
{% endif %}
{% if instance.image %}
{% endif %} {% if instance.title %} {{ instance.title }} {% endif %}
{% if instance.content %}
{{ instance.content|linebreaks }}
{% endif %} {% if instance.get_link %}
{% else %}
{% endif %} {% endspaceless %}