Secondary Links

{#if error}

{error}

{/if} {#if links.length > 0}
{#each links as link (link.id)}

{link.label}

{link.url}

{/each}
{/if}