{#key currentIndex} {#if mockupReady} {/if} {/key}
{#if currentProject} {#key currentIndex} {#if mockupReady} {/if}

{currentProject.title}

{@html currentProject.catchPhrase}

{@html currentProject.description}
{#each currentProject.keywords as kw}

{kw.label} : {kw.text}

{/each}
{/key} {/if}
{String(currentIndex + 1).padStart(2, '0')}/{String(projects.length).padStart(2, '0')}