]> BookStack Code Mirror - bookstack/blob - resources/views/pages/page-display.blade.php
Found the source of the issue, not sure how to fix
[bookstack] / resources / views / pages / page-display.blade.php
1 <div ng-non-bindable>
2     <h1 id="bkmrk-page-title">{{$page->name}}</h1>
3
4     {!! $page->html !!}
5 </div>