{#if coverThemes.length > 0}
{#each coverThemes as theme, index (index)}
{theme.name}
{theme.description}
{/each}
{/if}