{% load thumbnail %}{% spaceless %} {% with glimpse_variant=glimpse_variant|default:"card_square" %} {% if instance.get_link %} {% else %}
{% endif %} {% comment %} Quote variant is actually the only one to have its own structure, every other variants share the same one {% endcomment %} {% if glimpse_variant == "quote" %}
{% if instance.image %}
{% endif %} {% if instance.title %} {{ instance.title }} {% endif %}
{% if instance.content %}
{{ instance.content|linebreaks }}
{% endif %} {% else %} {% if instance.image %}
{% if glimpse_variant == "card_square" %} {% else %} {% endif %}
{% endif %}
{% if instance.title %} {{ instance.title }} {% endif %} {% if instance.content %}
{{ instance.content|linebreaks }}
{% endif %}
{% endif %} {% if instance.get_link %}
{% else %}
{% endif %} {% endwith %} {% endspaceless %}