X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8c21b5345d42d8f918f2e949a8bdb4756382db2a..refs/pull/1688/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 03d6f680a..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') -
+ -
+