<?php get_header();while(have_posts()):the_post(); ?><main id="main-content"><?php get_template_part('template-parts/page-hero'); ?><section class="lt-section"><div class="lt-container lt-content lt-prose"><?php the_content(); ?></div></section></main><?php endwhile;get_footer(); ?>
