@include('partials.seo') @stack('style-lib') @stack('style') @php echo loadExtension('google-analytics') @endphp
@include($activeTemplate . 'partials.header') @include($activeTemplate . 'user.profile.profile_banner')
@yield('content')
@include($activeTemplate . 'partials.footer') @stack('script-lib') @include('partials.notify') @if (gs('pn')) @include('partials.push_script') @endif @include('Template::partials.waveserfer') @stack('script')