<?php
/* Template Name: Sidebar Page */
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-container" style="display:grid;grid-template-columns:minmax(0,1fr) var(--lt-sidebar-width);gap:var(--lt-grid-gap)"><article class="lt-prose"><?php the_content(); ?></article><aside><?php if(is_active_sidebar('sidebar'))dynamic_sidebar('sidebar'); ?></aside></div></section><?php endwhile; ?></main><?php get_footer();
