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