home/wwgoat/public_html/blog/wp-content/themes/twentytwentyone/page.php 0000644 00000001116 14720672320 0022552 0 ustar 00 documents->get( get_the_ID() );
}
if ( $document && $document->is_built_with_elementor() ) {
the_content();
} else {
foxiz_single_page();
}
endwhile;
endif;
/** get footer */
get_footer();