@section('htmlheader') @include('layouts.partials.htmlheader') @show @include('layouts.partials.mainheader') {{-- @include('layouts.partials.sidebar') --}} {{-- No sidebar in this theme --}}
@include('layouts.partials.contentheader')
@yield('main-content')
@include('layouts.partials.rightsidebar')
@include('layouts.partials.footer') @section('scripts') @include('layouts.partials.scripts') @show