2 <html lang="{{ config('app.lang') }}">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5 <title>{{ $page->name }}</title>
7 @include('partials.export-styles', ['format' => $format])
16 h1, h2, h3, h4, h5, h6 {
21 max-width: 800px !important;
23 width: 100% !important;
27 width: auto !important;
32 @include('partials.custom-head')
37 <div class="page-content">
39 @include('pages.page-display')
43 <div class="text-muted text-small">
44 @include('partials.entity-export-meta', ['entity' => $page])