X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0372efa89a059e55eb0179186b15a012d6196874..refs/pull/3433/head:/resources/views/pages/export.blade.php
diff --git a/resources/views/pages/export.blade.php b/resources/views/pages/export.blade.php
index 6c6137e17..d2f448d6e 100644
--- a/resources/views/pages/export.blade.php
+++ b/resources/views/pages/export.blade.php
@@ -1,31 +1,13 @@
-
-
-
-
-
-
-
+@section('title', $page->name)
- @include('pages.page-display')
+@section('content')
+ @include('pages.parts.page-display')
-
+
- @include('partials.entity-meta', ['entity' => $page])
-
-
-
+
+ @include('entities.export-meta', ['entity' => $page])
-
-
-
+@endsection
\ No newline at end of file