{params.instanceName}

{#if verifyCredentials}

Logged in as:

{'@' + verifyCredentials.acct}

Push notifications:

{#if pushNotificationsSupport === false}

Your browser doesn't support push notifications.

{:elseif $notificationPermission === "denied"}

You have denied permission to show notifications.

{/if}



Theme:

{#each themeGroups as themeGroup}
{#each themeGroup.themes as theme}
{/each}
{/each}
{#if $loggedInInstancesInOrder.length > 1 && $currentInstance !== params.instanceName} {/if}
{/if}