{project.title}
{#if author}
{@html $t('generic.byline', { values: { author } })}
{/if}
{project.description}
Install
{#each project.categories as category}
{@html tagIcons[category] || '?'} {$t(`tags.${category}`)}
{/each}
{simplify(project.downloads)}
{@html $t('stats.updated', { values: { ago: ago(updated) } })}
{#if !$$slots.actions}{:else}
{/if}