X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3286f29a61833327b5701b28db626d0a480b07f9..refs/pull/1755/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index bc139e17f..075481620 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,36 +1,40 @@ - + {{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }} - + - - - @yield('head') + + @include('partials.custom-styles') @include('partials.custom-head') + @stack('head') + + + @stack('translations') + @include('partials.notifications') @include('common.header') -
+
@yield('content') -
+ -
+