]> BookStack Code Mirror - bookstack/blobdiff - resources/views/layouts/base.blade.php
Added base template convenience partials for theme system users
[bookstack] / resources / views / layouts / base.blade.php
index 1f28e354ce8e119f03a0281fde89563eaee371d5..c465c5f7ef59d2ade5dbcf852e7f8f14269dac86 100644 (file)
@@ -33,6 +33,7 @@
 </head>
 <body class="@yield('body-class')">
 
+    @include('layouts.parts.base-body-start')
     @include('common.skip-to-content')
     @include('common.notifications')
     @include('common.header')
@@ -53,5 +54,6 @@
     <script src="{{ versioned_asset('dist/app.js') }}" nonce="{{ $cspNonce }}"></script>
     @yield('scripts')
 
+    @include('layouts.parts.base-body-end')
 </body>
 </html>