mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
8 lines
187 B
PHP
8 lines
187 B
PHP
|
<div class="page-break"></div>
|
||
|
|
||
|
@if (isset($chapter))
|
||
|
<div class="chapter-hint">{{$chapter->name}}</div>
|
||
|
@endif
|
||
|
|
||
|
<h1 id="page-{{$page->id}}">{{ $page->name }}</h1>
|
||
|
{!! $page->html !!}
|