diff --git a/content/errors/500.blade.php b/content/errors/500.blade.php
new file mode 100644
index 0000000..9d1137c
--- /dev/null
+++ b/content/errors/500.blade.php
@@ -0,0 +1,35 @@
+@extends('template.'.config('settings.template').'.content.master')
+@section('content')
+
+
+
+
+
+
+
+
+
500 Serverfehler
+
Sie angeforderte Seite wurde nicht gefunden.
+
+
+
+
+
Zurück zur Startseite
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@stop
\ No newline at end of file
diff --git a/content/master.blade.php b/content/master.blade.php
index 19483ca..1c67a2a 100644
--- a/content/master.blade.php
+++ b/content/master.blade.php
@@ -5,10 +5,41 @@
@include('template.'.config('settings.template').'.content.includes.meta')
@include('template.'.config('settings.template').'.content.includes.css')
- @include('template.'.config('settings.template').'.content.analytics.css')
+ @include('template.'.config('settings.template').'.content.includes.analytics')
@yield('head')
+
+ @if(1==1)
+
+
+
+
+

+ Lumino CMS
+
+
+
+
+
+
+
+
+
+ @endif
+
+
+ @if(session()->has('auth_user'))
+
+
+
+ @endif
+
@if($_contact_bar)