?>
<article id="post-<?php
the_ID(); ?>" <?php
post_class(); ?>>
<header class="entry-header alignwide">
<?php
the_title( '<h1 class="entry-title">', '</h1>'
); ?>
<?php
twenty_twenty_one_post_thumbnail(); ?>
</header><!-- .entry-header -->
<div class="entry-content">
<?php
the_content();
wp_link_pages( array
( 'before' => '<nav class="page-links" aria-label="' .
esc_attr__( 'Page', 'twentytwentyone'
) . '">',
'after' => '</nav>',
/* translators: %: Page number. */