@if (loading()) {
{{ 'app.connecting' | translate }}
} @else if (notFound()) {

404

{{ 'staticPages.notFound' | translate }}

{{ 'staticPages.backHome' | translate }}
} @else {
@if (title()) {

{{ title() }}

}
}