3 lines
93 B
PHP
3 lines
93 B
PHP
<?php get_header(); ?>
|
|
<?php get_template_part( 'loop', 'index' ); ?>
|
|
<?php get_footer(); ?>
|