Files
LiveCartaWP/htdocs/wp-content/themes/lawcarta/page-contact.php
2022-11-08 14:50:27 +01:00

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();