{#if user.profile_pic}
{:else}
{letter}
{/if}
{$t('navbar.greeting')}, {user.first_name ? `${user.first_name} ${user.last_name}` : user.username}
goto(`/profile/${user.username}`)}>{$t('navbar.profile')}
goto('/adventures')}>{$t('navbar.my_adventures')}
goto('/shared')}>{$t('navbar.shared_with_me')}
goto('/settings')}>{$t('navbar.settings')}
{$t('navbar.logout')}