* Template canvas file to render the current 'wp_template'.
* This needs to run before <head> so that blocks can add scripts and styles in wp_head().
$template_html = get_the_block_template_html();
<html <?php language_attributes(); ?>>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<body <?php body_class(); ?>>
<?php echo $template_html; ?>