1
0
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:
Dan Brown
2022-06-22 12:47:31 +01:00
parent 0d9b5a9d90
commit 8d8da31fdd
4 changed files with 28 additions and 1 deletions

View 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>

View File

@@ -0,0 +1,2 @@
{{-- This is a placeholder template file provided as a --}}
{{-- convenience to users of the visual theme system. --}}

View File

@@ -0,0 +1,2 @@
{{-- This is a placeholder template file provided as a --}}
{{-- convenience to users of the visual theme system. --}}