diff options
Diffstat (limited to 'single.php')
| -rwxr-xr-x | single.php | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +<?php get_header();?> + + <main class="container"> + <?php get_template_part('includes/section', 'content'); ?> + </main> + +<?php get_footer();?>
\ No newline at end of file |
