{{#if user.username}}
{{> navigation-bar/account-screen}}
{{else}}
{{> navigation-bar/login}}
{{/if}}
{{> navigation-bar/register}}