{content?.name ? content?.name + " - " : ""}{content?.meta?.metaTitle ? content?.meta?.metaTitle : $generalInfo?.meta?.metaTitle} {#if $generalInfo?.person?.firstname || $generalInfo?.person?.lastname} {/if} {#if loading} {:else if content} {:else}
{$generalInfo?.meta?.metaTitle}

{$_("pageNotFound")}

{#if connectedContentNotFound}

{@html $_("connectedContentNotFound", { values: { url: currentDomain + "/" + path, lang: $_($currentLang) + ` (${$currentLang})`, }, })}
{:else} {currentDomain + "/" + path} {/if}

{@html $_("pageNotFoundInformation", { values: { url: currentDomain, backUrl: currentDomain + "/" + path, }, })}

{/if}