{title}
{#if auth.isLoggedIn}
    {#if auth.name}
  • {auth.name}
  • {/if} {#if auth.isAdmin}
  • {/if}
{/if}