13
resources/views/seo/custom-page/prerender.blade.php
Executable file
13
resources/views/seo/custom-page/prerender.blade.php
Executable file
@@ -0,0 +1,13 @@
|
||||
@extends('common::prerender.base')
|
||||
|
||||
@section('head')
|
||||
@include('seo.custom-page.seo-tags')
|
||||
@endsection
|
||||
|
||||
@section('body')
|
||||
<h1>{{ $page->title }}</h1>
|
||||
|
||||
<main>
|
||||
{!! $page->body !!}
|
||||
</main>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user