<?php
/* Template Name: Full Width */
get_header(); ?><main id="main-content"><?php while(have_posts()):the_post();if(!get_post_meta(get_the_ID(),'lt_page_hide_title',true))get_template_part('template-parts/page-hero'); ?><section class="lt-section"><div class="lt-wide lt-prose"><?php the_content(); ?></div></section><?php endwhile; ?></main><?php get_footer();
