<?php get_header(); ?><main id="main-content"><?php foreach(lt_theme_section_keys() as $section){$file=LT_THEME_DIR.'template-parts/home/'.$section.'.php';if(file_exists($file)){lt_theme_template_part_before('home_'.$section);get_template_part('template-parts/home/'.$section);lt_theme_template_part_after('home_'.$section);}} ?></main><?php get_footer(); ?>
