@include("shared.partials/title-meta") @yield("styles") @include("shared.partials/head-css")
@include("shared.partials/topbar") @include("shared.partials/sidenav")
@yield("content")
@include("shared.partials/footer")
@include("shared.partials/customizer")
@yield("scripts")