@extends('layouts.frontend') @section('ogp') @endsection @section('title', isHome() ? options('tag') : $page->post->title) @if(view()->exists('templates.'.($page->post->slug != '/' ? $page->post->slug : 'home'))) @include('templates.'.($page->post->slug != '/' ? $page->post->slug : 'home')) @else @section('content')

@yield('title')

@if($block->post->excerpt)

{!! nl2br($block->post->excerpt) !!}

@endif {!! $block->post->content !!}
@endsection @endif