mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 02:02:40 +08:00
3dda622f0a
Closes #2810
14 lines
246 B
PHP
14 lines
246 B
PHP
@extends('base')
|
|
|
|
@section('content')
|
|
|
|
<div class="flex-fill flex">
|
|
<div class="content flex">
|
|
<div id="main-content" class="scroll-body">
|
|
@yield('body')
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
@stop
|