</h1>
<?php
else : ?>
<h1 class="page-title"><?php
esc_html_e( 'Nothing here', 'twentytwentyone'
); ?></h1>
<?php
endif; ?>
</header><!-- .page-header -->
<div class="page-content default-max-width">
<?php
if ( is_home() &&
current_user_can( 'publish_posts'
) ) : ?>
<?php
printf( '<p>' .
wp_kses( /* translators: %s: Link to WP admin new post page. */
__( 'Ready to publish your first post? <a href="%s">Get started here</a>.', 'twentytwentyone'
),
array
( 'a' => array
( 'href' => array
(),
),
) )