{#if item.comingSoon}
{comingSoonLabel}
{/if}
{#if item.icon}
{item.icon}
{/if}
{item.title}
{item.description}
{#if item.highlights && item.highlights.length > 0}
{#each item.highlights as highlight}
{highlight}
{/each}
{/if} {#if item.learnMoreUrl}
{learnMoreLabel} →
{/if}