]> BookStack Code Mirror - bookstack/blobdiff - resources/views/layouts/base.blade.php
Comments: Added input wysiwyg for creating/updating comments
[bookstack] / resources / views / layouts / base.blade.php
index cf15e5426b832cebec6feadaec380272c68a635a..43cca6b14c5a9350504a1214ab1a7b0a5256ffef 100644 (file)
     </div>
 
     @yield('bottom')
+
+
     @if($cspNonce ?? false)
         <script src="{{ versioned_asset('dist/app.js') }}" nonce="{{ $cspNonce }}"></script>
     @endif
     @yield('scripts')
+    @stack('post-app-scripts')
 
     @include('layouts.parts.base-body-end')
 </body>