{#if isDesktop.current}
{@render children()}
{#if showAlternativeSignInMethodButton} {/if}
{m.login_background()}
{:else}
{@render children()} {#if showAlternativeSignInMethodButton} {alternativeSignInButton.label} {/if}
{/if}