mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
14 lines
228 B
PHP
14 lines
228 B
PHP
|
@extends('base')
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
<div class="flex-fill flex">
|
||
|
<div class="content flex">
|
||
|
<div class="scroll-body">
|
||
|
@yield('body')
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
@stop
|