{#if events} {#each events as event}
{event?.title ?? "No title"}
{@html event?.description}
Details
{/each} {:else}
No events
{/if}