-
+
@stop
diff --git a/content/lists/neuigkeiten.blade.php b/content/lists/neuigkeiten.blade.php
index c4af21c..e6bc6b1 100644
--- a/content/lists/neuigkeiten.blade.php
+++ b/content/lists/neuigkeiten.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
{{$list->name}}
@stop
diff --git a/content/lists/sponsoren.blade.php b/content/lists/sponsoren.blade.php
index 3b281a4..e33cece 100644
--- a/content/lists/sponsoren.blade.php
+++ b/content/lists/sponsoren.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
{{$list->name}}
@stop
diff --git a/content/lists/wettbewerb.blade.php b/content/lists/wettbewerb.blade.php
index 1cca08e..d616757 100644
--- a/content/lists/wettbewerb.blade.php
+++ b/content/lists/wettbewerb.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
{{$list->name}}
@stop
diff --git a/content/pages/anfahrt.blade.php b/content/pages/anfahrt.blade.php
index b648a88..bf4d2ea 100644
--- a/content/pages/anfahrt.blade.php
+++ b/content/pages/anfahrt.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop
diff --git a/content/pages/archiv.blade.php b/content/pages/archiv.blade.php
index 268c22a..20326ff 100644
--- a/content/pages/archiv.blade.php
+++ b/content/pages/archiv.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop
diff --git a/content/pages/ausschreibung.blade.php b/content/pages/ausschreibung.blade.php
index 7b55c57..3ff67d7 100644
--- a/content/pages/ausschreibung.blade.php
+++ b/content/pages/ausschreibung.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop
diff --git a/content/pages/bestzeiten.blade.php b/content/pages/bestzeiten.blade.php
index b648a88..bf4d2ea 100644
--- a/content/pages/bestzeiten.blade.php
+++ b/content/pages/bestzeiten.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop
diff --git a/content/pages/datenschutz.blade.php b/content/pages/datenschutz.blade.php
index 7ed2309..7f347dd 100644
--- a/content/pages/datenschutz.blade.php
+++ b/content/pages/datenschutz.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop
diff --git a/content/pages/geschichte.blade.php b/content/pages/geschichte.blade.php
index b91b95d..26ca433 100644
--- a/content/pages/geschichte.blade.php
+++ b/content/pages/geschichte.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop
diff --git a/content/pages/grusswort.blade.php b/content/pages/grusswort.blade.php
index 93f1097..d6ce0e1 100644
--- a/content/pages/grusswort.blade.php
+++ b/content/pages/grusswort.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop
diff --git a/content/pages/impressum.blade.php b/content/pages/impressum.blade.php
index 6d77c3c..02b3766 100644
--- a/content/pages/impressum.blade.php
+++ b/content/pages/impressum.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop
diff --git a/content/pages/kontakt.blade.php b/content/pages/kontakt.blade.php
index fc3ed7b..29dbd62 100644
--- a/content/pages/kontakt.blade.php
+++ b/content/pages/kontakt.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop
diff --git a/content/pages/startliste.blade.php b/content/pages/startliste.blade.php
index ca2d05f..29a488d 100644
--- a/content/pages/startliste.blade.php
+++ b/content/pages/startliste.blade.php
@@ -1,4 +1,4 @@
-@layout('content.master')
+@extends('template.'.config('settings.template').'.content.master')
@section('head')
Home Page
@stop