@include('partials.frontend.htmlhead')
@yield('external_styles')
@if (!\Request::is('inauguration'))
@include('partials.frontend.header')
@include('partials.frontend.navbar')
@endif
@yield('content')
@include('partials.frontend.footer')
@yield('external_scripts')