<?php $id=$args['post_id']??get_the_ID();if(!trim(get_post_field('post_content',$id)))return; ?><section class="lt-section" id="profile-biography"><div class="lt-container lt-two-col"><div><div class="lt-kicker"><?php esc_html_e('Profile','law-temple-theme'); ?></div><h2><?php esc_html_e('Biography','law-temple-theme'); ?></h2></div><div class="lt-prose"><?php echo apply_filters('the_content',get_post_field('post_content',$id)); ?></div></div></section>
