1 2 3 4 5 6 7
<?php get_header();?> <main class="container"> <?php get_template_part('includes/section', 'archive'); ?> </main> <?php get_footer();?>