{#if isAdminRoute}
{@render children()}
{:else}
{@render children()}
{/if}