X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e91ef54cc9f8ce6b264bced8191275b6a33e594f..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 4746a56f3..d2f448d6e 100644 --- a/resources/views/pages/export.blade.php +++ b/resources/views/pages/export.blade.php @@ -1,32 +1,13 @@ - - - - - {{ $page->name }} +@extends('layouts.export') - - @yield('head') - @include('partials.custom-head') - - +@section('title', $page->name) -
-
+@section('content') + @include('pages.parts.page-display') - @include('pages.page-display') - -
- -
- @include('partials.entity-export-meta', ['entity' => $page]) -
+
+
+ @include('entities.export-meta', ['entity' => $page])
-
- - - +@endsection \ No newline at end of file