2021-04-09 21:35:22 +05:00

12 lines
203 B
PHP

<?php
/**
* Template Name: Галерея/Gallery
*/
?>
<?php
get_header();
get_template_part('parts/page-header');
get_template_part('parts/gallery/gallery-content');
get_footer();
?>