mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
95798a2eba
Related to #2666
13 lines
256 B
PHP
13 lines
256 B
PHP
@extends('export-layout')
|
|
|
|
@section('title', $page->name)
|
|
|
|
@section('content')
|
|
@include('pages.page-display')
|
|
|
|
<hr>
|
|
|
|
<div class="text-muted text-small">
|
|
@include('partials.entity-export-meta', ['entity' => $page])
|
|
</div>
|
|
@endsection |