summaryrefslogtreecommitdiffhomepage
path: root/archive.php
blob: 3d35e4dd1b770486b87a973b36a6cdf662508f42 (plain)
1
2
3
4
5
6
7
<?php get_header();?>

	<main class="container">
		<?php get_template_part('includes/section', 'archive'); ?>
	</main>

<?php get_footer();?>