'; echo '
'; get_template_part( 'loop', 'index' ); echo '
'; //Sidebar if (get_option( 'sidebar-option' ) == 'true') { get_sidebar(); } //End Main Content echo ''; //Footer get_footer(); ?>