]> BookStack Code Mirror - bookstack/blobdiff - resources/views/base.blade.php
Extend /users API endpoint
[bookstack] / resources / views / base.blade.php
index a5404a36506ae9d70225034a6eeef749eeb86d28..66604345f3bfb0c4136138eb6269b116dc1ea7da 100644 (file)
     @include('partials.notifications')
     @include('common.header')
 
-    <div id="content" class="block">
+    <div id="content" components="@yield('content-components')" class="block">
         @yield('content')
     </div>
 
+    @include('common.footer')
+
     <div back-to-top class="primary-background print-hidden">
         <div class="inner">
             @icon('chevron-up') <span>{{ trans('common.back_to_top') }}</span>