{# BLOCK HOTSPOT #} {% import 'blocks\\settings.default.html.twig' as styles %}
{{ fields.hotspot_image_content|raw }} {% for item in repeatable %}
{% if item.image %} {{ item.image_alt|default }} {% endif %}

{{item.title|default}}

{{item.text|default|raw}}
{% if item.link|default %} {% set pageInfo=get_page_info(app.request.locale, item.link) %} {{item.label}} {% endif %}
{% endfor %}
{# @END BLOCK #}