{@html item.title || ''}

{#if item.items}
    {#each (item.items || []) as item, index} {/each}
{/if}