5 lines
122 B
PHP
5 lines
122 B
PHP
|
|
<?php get_header(); ?>
|
||
|
|
|
||
|
|
<?php get_template_part("includes/layouts/page-layout","blog");?>
|
||
|
|
|
||
|
|
<?php get_footer(); ?>
|