{# the google documentation shows no definition for galleries as media:content so we use section for gallery and figure for images #} {% set title = section.title|default %} {% set description = section.description|default %} {% set copyright = section.copyright|default %} {% set alt = section.alt|default %} {% set image = section.image|imgSearchVariant(16/9) %} {% if image.url|default %} {% if not title and description %} {% set title = description %} {% set description = false %} {% endif %} {% set mimetypes = { "jpg": "image/jpeg", "jpeg": "image/jpeg", "jpe": "image/jpeg", "gif": "image/gif", "png": "image/png", "svg": "image/svg+xml", } %} {# CUSTOM - SHOPPING GALLERY - Add shopping gallery info, if applicable #} {% if section.custom.shopping.link|default %} {% set title = title ~ ' Gesehen auf '~ section.custom.shopping.label|default ~'' %} {% endif %} {% if section.custom.shopping.price|default %} {% set title = title ~ ' für '~ section.custom.shopping.price %} {% endif %}
")|removeEmptyTags|escape }}" alt="{{ alt }}" />
{{ description|striptags("")|removeEmptyTags|escape }} {{ copyright }}
{% endif %}