'; echo '
'; echo '
'; if ( have_posts() ) : while ( have_posts() ) : the_post(); echo '
'; mega_widget( 'Mega_Block_Content' ); mega_widget( 'Splash_Block_Toolbar' ); echo '
'; endwhile; if ( mega_option( 'show_comments' )) comments_template(); endif; echo '
'; get_sidebar(); echo '
'; echo ''; get_footer();