{#if user?.username || user?.email}

{#if publicConfig.isHuggingChat && user?.username}
{user.username}
{:else}
{user?.username || user?.email}
{/if}
{#if publicConfig.isHuggingChat && $isPro === false}
Get PRO
{:else if publicConfig.isHuggingChat && $isPro === true}
PRO
{/if}
{/if}
Models
{nModels}
{#if user?.username || user?.email}
{/if}
Settings
{#if showMcpModal}