mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 20:59:05 +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
|