{openedData.name}
{#await parseMarkdownSafe(openedData.desc) then msg}
{@html msg}
{/await}
{#each openedData.tags as tag, i}
{tag}
{/each}
{openedData.download} {language.downloads}
{#if openedData.viewScreen === 'emotion'}
{/if}
{#if openedData.hasLore}
{/if}
{#if ($DataBase.account?.token?.split('-') ?? [])[1] === openedData.creator}
{/if}