{#if list?.length}

{title}

{#if list.length > 4}
{showMore ? 'Show Less' : 'Show More'}
{/if}
{/if}