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