{#if !id} {#if tags.includes('tutorial')}
Tutorial
{:else if isNew}
New
{/if} {#if imgURL}
{/if} {/if} {#if id}
Start
From
Scratch
{/if}
{title}
by {author}
{tags?.map((tag) => `#${tag}`)?.join(', ') || '--'}