1 2 3 4 5 6 7
<?php get_header();?> <main class="container"> <h1>Hello world!</h1> </main> <?php get_footer();?>