{#if currentProject}

{currentProject.title}

{@html currentProject.catchPhrase}

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

{kw.label} : {kw.text}

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