{% partial "helpers/gallery-with-vertical" mainImage=mainImage galleryImages=galleryImages name=islandPage.name breadcrumbs=__SELF__.breadcrumbs() %}
{% partial "inner-page/header" title=islandPage.name location=__SELF__.location() no_reviews=true description=__SELF__.islandPageDescription() %}

Overview of Island

{{ islandPage.about_block|raw }}
{% for infoBlock in islandPage.info_blocks %}
{{ infoBlock.label }}
{{ infoBlock.content|raw }}
{% endfor %}
{% partial "inner-page/the-best-block" title=islandPage.activities_title description=islandPage.activities_description activitiesCards=__SELF__.getActivitiesCards() %}

Special offers

{% placeholder special_offers_block default %}@TODO: special-offers{% endplaceholder %}

Things to do

{% placeholder things_to_do_block default %}@TODO: things-to-do{% endplaceholder %}

Where to stay

{% for property in __SELF__.getHotels() %}

{{ card.name }}
{{ property.name }}

{{ property.short_description }}

{% endfor %}

FAQs

{% for faq in faqs %}
Question: {{ faq.q }}

Answer:
{{ faq.a }}

{% endfor %}
{% partial "inner-page/you-may-like" %}