@include('template.head')
@include('template.header')
@yield('content')
@if(getSetting('compliance.enable_age_verification_dialog'))
@include('elements.site-entry-approval-box')
@endif
@include('template.footer')
@include('template.jsVars')
@include('template.jsAssets')