7 lines
96 B
PHP
7 lines
96 B
PHP
<?php
|
|
|
|
get_header();
|
|
|
|
get_template_part("template-parts/home/index");
|
|
|
|
get_footer(); |