@php Theme::set('page', $page); @endphp @if (in_array($page->template, ['default', 'full-width']))
{!! apply_filters(PAGE_FILTER_FRONT_PAGE_CONTENT, clean($page->content), $page) !!}


@else {!! apply_filters(PAGE_FILTER_FRONT_PAGE_CONTENT, clean($page->content), $page) !!} @endif