<?php /* Template Name: Contact */ ?> <?php get_header(); ?> <section class="page page-contact"> <div class="shade-fold"></div> <div class="content"> <div class="container"> <div class="content-con"> <h1><?php the_title(); ?></h1> <?php the_content(); ?> </div> </div> </div> </section> <?php get_footer(); ?>