BookStack/resources/views/exports/page.blade.php

13 lines
254 B
PHP
Raw Normal View History

@extends('layouts.export')
@section('title', $page->name)
@section('content')
@include('pages.parts.page-display')
<hr>
<div class="text-muted text-small">
@include('exports.parts.meta', ['entity' => $page])
</div>
@endsection