88012449f3
Moved export templates elements into their own folder for better grouping of logical usage. Within the base export template, added some body classes to allow easier targeted customisation via custom head css. Split content of export templates into smaller partials for easier future customization. Closes #3443
13 lines
No EOL
254 B
PHP
13 lines
No EOL
254 B
PHP
@extends('layouts.export')
|
|
|
|
@section('title', $page->name)
|
|
|
|
@section('content')
|
|
@include('pages.parts.page-display')
|
|
|
|
<hr>
|
|
|
|
<div class="text-muted text-small">
|
|
@include('exports.parts.meta', ['entity' => $page])
|
|
</div>
|
|
@endsection |