{% load thumbnail %}{% spaceless %} {% with glimpse_variant=glimpse_variant|default:"card_square" %} {% if instance.get_link %} {% else %}
{% endif %} {% if instance.image %}
{% if glimpse_variant == "card_square" %} {% else %} {% endif %}
{% endif %}
{% if instance.title %} {{ instance.title }} {% endif %} {% if instance.content %}
{{ instance.content|linebreaks }}
{% endif %}
{% if instance.get_link %}
{% else %}
{% endif %} {% endwith %} {% endspaceless %}