10 lines
175 B
PHP
10 lines
175 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Template Name: Full Width
|
||
|
|
*/
|
||
|
|
?>
|
||
|
|
<?php get_header(); ?>
|
||
|
|
|
||
|
|
<?php get_template_part("includes/layouts/page-layout","fullwidth");?>
|
||
|
|
|
||
|
|
<?php get_footer(); ?>
|