{title}
{#if moreInformation}
(showMoreInformation = true)} onmouseleave={() => (showMoreInformation = false)} >
{#if showMoreInformation}
{@render moreInformation?.()}
{/if}
{/if}