1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-09-01 21:22:04 +03:00
Files
bookstack/resources/views/pages/page-display.blade.php
2015-12-30 18:38:18 +00:00

5 lines
104 B
PHP

<div ng-non-bindable>
<h1 id="bkmrk-page-title">{{$page->name}}</h1>
{!! $page->html !!}
</div>