mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Added base template convenience partials for theme system users
Included test to cover usage and paths. Closes #894
This commit is contained in:
@@ -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>
|
||||
|
2
resources/views/layouts/parts/base-body-end.blade.php
Normal file
2
resources/views/layouts/parts/base-body-end.blade.php
Normal file
@@ -0,0 +1,2 @@
|
||||
{{-- This is a placeholder template file provided as a --}}
|
||||
{{-- convenience to users of the visual theme system. --}}
|
2
resources/views/layouts/parts/base-body-start.blade.php
Normal file
2
resources/views/layouts/parts/base-body-start.blade.php
Normal file
@@ -0,0 +1,2 @@
|
||||
{{-- This is a placeholder template file provided as a --}}
|
||||
{{-- convenience to users of the visual theme system. --}}
|
Reference in New Issue
Block a user