mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
12 lines
258 B
PHP
12 lines
258 B
PHP
<div ng-non-bindable>
|
|
|
|
<h1 id="bkmrk-page-title">{{$page->name}}</h1>
|
|
|
|
<div style="clear:left;"></div>
|
|
|
|
@if (isset($diff) && $diff)
|
|
{!! $diff !!}
|
|
@else
|
|
{!! isset($pageContent) ? $pageContent : $page->html !!}
|
|
@endif
|
|
</div> |