@if (current_controller() === 'pages' and current_action() === 'index')
{{ $site_title }}
@else
@yield('title') | {{ $site_title }}
@endif
@if (current_controller() === 'pages' and current_action() === 'index')
@else
@endif
@yield('og:tags')
@if (current_controller() === 'pages' and current_action() === 'index')
@else
@endif
{{-- Font --}}
{{-- End: Font --}}
@include('partials.header')
@yield('content')
@if( !isset($_COOKIE['gdprcookie']) or $_COOKIE['gdprcookie'] != 'yes')
@include('partials.cookies')
@endif
@include('partials.modal')
@include('partials.svgs')
@include('partials.footer')