{#if events.length}
{title || 'Gancio'}
{#each events as event}
{when(event.start_datetime)}
@{event.place.name}
{event.title}
{/each}
{/if}