>
>
';
if ( have_posts() ) :
?>
' . wp_kses_post( $section['title'] ) . '';
echo '
';
// Load the static page content
the_content();
echo '
';
?>