<?php /* Template Name: Контакты */ ?> <?php get_header(); ?> <div class="layout layout_contakty"> <h1 class=contact_title> <?php the_title(); ?> </h1> <div> <?php the_content(); ?> </div> </div> <?php get_footer(); ?>