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