@ -1 +1,20 @@
<?php get_header(); ?>
<div class="container mx-auto my-8">
<?php if (have_posts()) : ?>
<?php
while (have_posts()) :
the_post();
?>
<?php endwhile; ?>
<?php endif; ?>
</div>
get_footer();
The note is not visible to the blocked user.