';
if ( has_action( ace()->getPrefixedActionHook( 'render_singular_header' ) ) ) {
echo '
';
}
do_action( ace()->getPrefixedActionHook( 'render_singular_body' ) );
if ( has_action( ace()->getPrefixedActionHook( 'render_singular_footer' ) ) ) {
echo '';
}
echo '';
} }