!!!
%html.no-js{:lang => "es"}
%head
@include('page-partials._meta-tags')
%body.scroll-assist
/ Header
@include('page-menus.menu-navegacion-website')
/ //Header
.main-container
@yield('content')
@include('page-partials._footer')
@include('page-partials._footer-scripts')
@yield('scripts')