Riserva Naturale Orientata Zingaro
Wonderful coves in front of a sea without equal
Follow us, Sicily awaits only you!
Sicilian inspiration:
Essential proposals, for all tastes and all senses
Nature, art, history, food and wine... Crossroads of dominations that have occurred over the centuries, leaving magnificent testimonies of their passage, our land offers multiple insights, to discover a rather varied territory. Do not miss the recommended routes!
Quali sono le tue passioni?
Un viaggio in una terra di una grande meraviglia.
Saline di Marsala
An error occurred while processing the template.
The following has evaluated to null or missing: ==> LLS.fetchLayoutByFriendlyURL(groupId, false, btn.getFriendlyUrl()) [in template "3144088#3144123#3181212" at line 29, column 79] ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: pLayout = LLS.fetchLayoutByFriendlyUR... [in template "3144088#3144123#3181212" at line 29, column 69] - Reached through: #assign-container [in template "3144088#3144123#3181212" at line 28, column 65] ----
1<#import "_TEMPLATE_CONTEXT_/3144088/3149724/23609/3151242" as d40>
2
3<#assign LLS = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")>
4
5<section id="discover">
6 <div class="container tw:py-20">
7 <div class="row no-gutters tw:rounded-lg tw:overflow-hidden">
8 <div class="col-12 col-lg-6">
9 <div class="tw:bg-dark-orange tw:flex tw:h-full tw:bg-shape6 tw:bg-no-repeat tw:bg-top tw:bg-size-75 tw:items-center tw:justify-center <lg:tw:py-10">
10 <div class="tw:flex tw:flex-col tw:justify-center tw:items-center tw:max-h-sm <lg:tw:space-y-6">
11 <div class="tw:space-y-4">
12 <#if titolo?? && titolo.getData()?has_content>
13 <p class="tw:text-white tw:font-heading tw:text-center tw:text-3xl tw:uppercase lg:tw:text-5xl">
14 ${titolo.getData()}
15 </p>
16 </#if>
17
18 <#if descrizione?? && descrizione.getData()?has_content>
19 <p class="tw:text-white tw:text-center tw:max-w-xs tw:mx-auto lg:tw:max-w-sm lg:tw:text-xl">
20 ${descrizione.getData()}
21 </p>
22 </#if>
23 </div>
24 <div class="tw:flex tw:flex-col tw:mt-10 lg:tw:flex-row lg:tw:space-x-8 <lg:tw:space-y-4 <lg:tw:w-xs">
25 <#if pulsante_pagina?? && pulsante_pagina.getSiblings()?has_content>
26 <#list pulsante_pagina.getSiblings() as btn>
27 <a href="${btn.getFriendlyUrl()}" class="btn tw:font-heading tw:font-normal tw:px-7 tw:py-2 lg:tw:text-lg lg:tw:py-3 tw:text-dark tw:bg-white">
28 <#assign
29 pLayout = LLS.fetchLayoutByFriendlyURL(groupId, false, btn.getFriendlyUrl())
30 btnText = pLayout.getName(locale)
31 />
32
33 ${btnText}
34 </a>
35 </#list>
36 </#if>
37 </div>
38 </div>
39 </div>
40 </div>
41 <div class="col-12 col-lg-6">
42 <div class="aspect-ratio aspect-ratio-16-to-9">
43 <#if immagine?? && immagine.getData()?has_content>
44 <#assign
45 img = d40.getPrefix(immagine.getData(), 1280, 720)
46 alt = immagine.getAttribute("alt")!""
47 />
48 <#else>
49 <#assign
50 img = "https://via.placeholder.com/1280x720"
51 alt = "alt"
52 />
53 </#if>
54
55 <img data-src="${img}" loading="lazy" class="lazyload tw:w-full tw:h-full" alt="${alt}" />
56 </div>
57 </div>
58 </div>
59 </div>
60</section>