mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 09:08:56 +08: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
|