X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2f6ff0734773c4ac009de699a2661971fd585b22..refs/pull/2734/head:/resources/views/pages/export.blade.php diff --git a/resources/views/pages/export.blade.php b/resources/views/pages/export.blade.php index 47a4d870a..74d17c128 100644 --- a/resources/views/pages/export.blade.php +++ b/resources/views/pages/export.blade.php @@ -1,51 +1,13 @@ - - - - - {{ $page->name }} +@extends('export-layout') - @include('partials.export-styles', ['format' => $format]) +@section('title', $page->name) - @if($format === 'pdf') - - @endif - - @include('partials.custom-head') - - - -
-
- - @include('pages.page-display') - -
- -
- @include('partials.entity-export-meta', ['entity' => $page]) -
+
+
+ @include('partials.entity-export-meta', ['entity' => $page])
-
- - - +@endsection \ No newline at end of file