Files

16 lines
190 B
PHP

<?php
/**
* Template Name: Contact Page
*/
get_header();
?>
<div class="content with-bg" style="padding-bottom: 40px;">
<?php the_content(); ?>
</div>
<?php
get_footer();