One page template checks for ghutenberg blocks before outputing the content. Therefore content in the classic editor does not render. ```php @if ($hasBlocks && $post) {!! $post->postContentFiltered !!} @endif ```
One page template checks for ghutenberg blocks before outputing the content. Therefore content in the classic editor does not render.