{#if title !== ""}
{title}
{/if}
{#each Object.entries(topics) as [key, topic] (key)}
selectTopic(Number(key))} on:keydown={(e) => e.key === 'Enter' && selectTopic(Number(key))} role="button" tabindex="0">
{topic.title}
{/each}
{#if contentVisible}
{#if selectedTopic === 1} {Copy.GitHubLinkText}
{Copy.CoffeeLinkIntroText}
{Copy.CoffeeIcon} {Copy.CoffeeLinkText}

{Copy.ThankYouMessage}

{/if}
{#if selectedTopic === 1}

{Copy.PluginVersionPrefix}{plugin.manifest.version}

{/if} {/if}