2021-04-04 15:47:52 +03:00

12 lines
142 B
PHP

<?php
/**
* Template Name: Цены/Price
*/
?>
<?php
get_header();
get_template_part( 'parts/price/main');
get_footer();
?>