@stack('social-meta') @yield('head') @include('common.custom-styles') @include('common.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('common.skip-to-content') @include('common.notifications') @include('common.header')
@yield('content')
@include('common.footer') @yield('bottom') @yield('scripts') @include('layouts.parts.base-body-end')