do_action( 'electro_before_main_content' ); if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'archive' ) ) : if( have_posts() ) { get_template_part( 'loop' ); } else { get_template_part( 'templates/contents/content', 'none' ); } endif; do_action( 'electro_after_main_content' ); get_footer();