2021-04-09 13:23:20 +05:00

13 lines
199 B
PHP

<?php
/**
* Template Name: Скидки/Sales
*/
?>
<?php
get_header();
get_template_part('parts/page-header');
get_template_part('parts/home/discount');
get_footer();
?>