Wordpress - Theme Structure and Basics
Given the following WordPress theme file snippet, what will be the output behavior?
<?php get_header(); ?> <main>Content here</main> <?php get_footer(); ?>
