Added youtube block and it shows when link is clicked. However, it does not show on frontend of blog. I checked all the settings. Not sure why it is not showing up.
// LINE 271
if ($block->type == 'video') {
//Replace with
if ($block->type == 'video' || $block->type == 'youtube') {