{#if data.banner.length > 0}
{/if}
{#if data.services.length > 0}
{#each data.services as service, i (service.id)}

{service.title}

{#if service.images.length > 0}
{/if}
{#if service.description}

{service.description}

{/if} {#if service.bullets.length > 0}
    {#each service.bullets as bullet}
  • {bullet}
  • {/each}
{/if}
{/each}
{/if} {#if data.gallery.length > 0} {/if} {#if data.posts.length > 0}

Novice

Vse novice →
{/if}

Kontakt

{#if data.contact.email} {/if} {#if data.contact.phone} {/if}
{#if data.contact.showMap && data.contact.address}
{/if} {#if data.contact.address}

{data.contact.address}

{/if}