BookStackApp/BookStack

View on GitHub
resources/views/exports/parts/page-item.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<div class="page-break"></div>

@if (isset($chapter))
    <div class="chapter-hint">{{$chapter->name}}</div>
@endif

<h1 id="page-{{$page->id}}">{{ $page->name }}</h1>
{!! $page->html !!}