@if (is_admin() and (isset($display_content) and $display_content == false)) @elseif (isset($display_content) and $display_content == true )
@include('/gutenberg/base/common/title')
@if (isset($intro) and $intro != '')
{!! $intro !!}
@endif @if (isset($text) and $text != '')
{!! $text !!}
@endif @if (isset($author) and $author != '')
{!! $author !!}
@endif @if (isset($job) and $job != '')
{!! $job !!}
@endif
@endif