X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/27191d1a2cfbdce549dde1c157b6b271a9209414..refs/pull/3406/head:/resources/views/books/export.blade.php diff --git a/resources/views/books/export.blade.php b/resources/views/books/export.blade.php index e86a24e81..0b6b4a58c 100644 --- a/resources/views/books/export.blade.php +++ b/resources/views/books/export.blade.php @@ -1,38 +1,8 @@ - - - - - {{ $book->name }} +@extends('layouts.export') - @include('partials.export-styles', ['format' => $format]) - - - @yield('head') - @include('partials.custom-head') - - - -
+@section('title', $book->name) +@section('content')

{{$book->name}}

{{ $book->description }}

@@ -41,9 +11,9 @@
- - - +@endsection \ No newline at end of file