@stack('plugin-css') @stack('css')
@include('layout.header') @include('boilerplate::layout.mainsidebar')
@include('layout.contentheader')
@yield('content')
@includeWhen(config('boilerplate.theme.footer.visible', true), 'layout.footer')
@if (Session::has('growl')) @endif @stack('scripts') @stack('js')