aboutsummaryrefslogtreecommitdiffstats
path: root/single.php
blob: 3cc2b82f018f793dc0acf9918bccd303576db185 (plain)
1
2
3
4
5
<?php
get_header();
get_template_part('content-single');
get_sidebar();
get_footer();