=' ) && function_exists( 'wp_is_block_theme' ) && wp_is_block_theme() ) { ?> > >
get( 'TextDomain' ); echo do_blocks( '' ); } else { get_header(); } echo "
"; while ( have_posts() ) : the_post(); the_content(); endwhile; // End of the loop. echo "
"; if ( version_compare( $wp_version, '5.9', '>=' ) && function_exists( 'wp_is_block_theme' ) && true === wp_is_block_theme() ) { $theme = wp_get_theme(); $theme_slug = $theme->get( 'TextDomain' ); echo do_blocks( '' ); echo '
'; wp_footer(); echo ''; echo ''; } else { get_footer(); }