12 lines
315 B
PHP
12 lines
315 B
PHP
<?php
|
|
/**
|
|
* Template Name: Выпускной / Graduation
|
|
*/
|
|
?>
|
|
|
|
<?php
|
|
get_template_part('parts/landings/graduation/header');
|
|
get_template_part('parts/landings/graduation/main');
|
|
get_template_part('parts/landings/graduation/description');
|
|
get_template_part('parts/landings/graduation/footer');
|
|
?>
|