@include('template.head')
@include('elements.impersonation-header')
@yield('content')
@if(getSetting('compliance.enable_age_verification_dialog'))
@include('elements.site-entry-approval-box')
@endif
@include('template.footer-compact',['offset'=>false])
@include('template.jsVars')
@include('template.jsAssets')
@include('elements.language-selector-box')