@extends('layouts.master')
@section('editable_content')
{{-- Large imageheader at the start of the page --}}
@include('layouts.partials.imageHeader')
{{-- Page is build up with dynamic blocks in KMS --}}
@include('layouts.partials.dynamic.dynamicBlocks')
@endsection