mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-22 13:59:56 +08:00
10 lines
127 B
PHP
10 lines
127 B
PHP
![]() |
@extends('base')
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
<div class="page-content">
|
||
|
@include('pages/page-display')
|
||
|
</div>
|
||
|
|
||
|
@stop
|