]> BookStack Code Mirror - bookstack/blob - resources/views/pages/page-display.blade.php
Fixed issue with searching invalid chars and page-content compiliation
[bookstack] / resources / views / pages / page-display.blade.php
1 <div v-pre>
2     <h1 id="bkmrk-page-title">{{$page->name}}</h1>
3
4     {!! $page->html !!}
5 </div>