@include('module.section.html_start')
@include('module.section.content_header')
@yield('content')
@include('module.section.content_footer')
@include('module.section.html_end')