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

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

<?php get_footer();?>