@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
@endif