- {% if variant == "top" %}
- {% if quote %}
-
- {{ quote }}
-
- {% endif %}
-
-
- {% if image %}
-
- {{ image }}
-
- {% endif %}
-
-
- {% if name %}
-
- {{ name }}
-
- {% endif %}
-
- {% if position %}
-
- {{ position }}
-
- {% endif %}
-
- {% if link %}
-
- {{ link }}
-
- {% endif %}
-
-
- {% endif %}
-
- {% if variant == "bottom" %}
-
- {% if image %}
-
- {{ image }}
-
- {% endif %}
-
-
- {% if name %}
-
- {{ name }}
-
- {% endif %}
-
- {% if position %}
-
- {{ position }}
-
- {% endif %}
-
-
-
- {% if quote %}
-
- {{ quote }}
-
- {% endif %}
-
- {% if link %}
-
- {{ link }}
-
- {% endif %}
- {% endif %}
-