1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-10-30 15:42:41 +01:00
BookStack/resources/views/pages/page-display.blade.php

5 lines
94 B
PHP

<div v-pre>
<h1 id="bkmrk-page-title">{{$page->name}}</h1>
{!! $page->html !!}
</div>