'; echo '
'; echo '
'; if ( have_posts() ) : while ( have_posts() ) : the_post(); echo '
'; mega_widget( 'Mega_Block_Content' ); echo '
'; endwhile; if ( mega_option( 'show_comments' )) comments_template(); endif; echo '
'; if ( !is_page_template( 'template-onecolumn.php' )) get_sidebar(); echo '
'; echo ''; get_footer();