%k25u25%fgd5n!
/home/nancmxek/ljsecuredoors.com/wp-content/themes/fauxis/single-elementor_library.php
<?php
/**
 * Blog Post Main File.
 *
 * @package SUMBA
 * @author  Template Path
 * @version 1.0
 */

get_header();


while(have_posts()) {
	   the_post();
	   the_content();
}
get_footer();