'
', 'context' => 'site-main', ) ); analytica_markup( array( 'element' => '
', 'context' => 'site-main-inner', ) ); if ( have_posts() ) : do_action( 'analytica_before_loop' ); while ( have_posts() ) : the_post(); do_action( 'analytica_loop_template_part' ); endwhile; do_action( 'analytica_after_loop' ); else : do_action( 'analytica_loop_template_part_none' ); endif; analytica_markup( array( 'element' => '
', // end .site-main-inner ) ); analytica_markup( array( 'element' => '
', // end .site-main ) ); do_action( 'analytica_after_content' ); } }