@stack('social-meta') @yield('head') @include('layouts.parts.custom-styles') @include('layouts.parts.custom-head') @stack('head') @stack('translations') getForCurrentUser('ui-shortcuts-enabled', false)) component="shortcuts" option:shortcuts:key-map="{{ \BookStack\Settings\UserShortcutMap::fromUserPreferences()->toJson() }}" @endif class="@stack('body-class')"> @include('layouts.parts.base-body-start') @include('layouts.parts.skip-to-content') @include('layouts.parts.notifications') @include('layouts.parts.header')
@yield('content')
@include('layouts.parts.footer') @yield('bottom') @stack('post-app-html') @if($cspNonce ?? false) @endif @yield('scripts') @stack('post-app-scripts') @include('layouts.parts.base-body-end')