2020-11-28 14:21:17 +03:00

11 lines
141 B
PHP

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