<?php get_header(); ?><main id="main-content"><?php get_template_part('template-parts/page-hero'); ?><section class="lt-section"><div class="lt-container"><div class="lt-grid"><?php while(have_posts()):the_post(); ?><article class="lt-card"><div class="lt-card-meta"><?php echo esc_html(get_the_date()); ?></div><h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2><?php the_excerpt(); ?></article><?php endwhile; ?></div><?php the_posts_pagination(array('class'=>'lt-pagination')); ?></div></section></main><?php get_footer(); ?>
