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