';
get_template_part( 'components/page/content', 'front-page' );
echo '
';
endwhile;
else : // I'm not sure it's possible to have no posts when this page is shown, but WTH
echo '';
get_template_part( 'components/post/content', 'none' );
echo '
';
endif; ?>
';
echo '';
echo '' . sprintf( esc_html__( 'Panel %1$s Placeholder', 'lodestar' ), esc_attr( $lodestarcounter ) ) . '';
echo '';
endif;
$lodestarcounter++;
endforeach;
?>