@extends('master') @section('title', ($post->_get('seo_title') ?? $post->_get('title')) . ' - ' . $settings->_get('title')) @section('description', $post->_get('seo_description') ?? $post->_get('description')) @section('content')

{{ $post->_get('title') }}

{!! $post->_get('content') !!}
@if(isset($post->fields['images'])) @endif
@endsection