PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/ruvimbofunco/www/wp-content/themes/insureyou/ |
| Server: Linux red.truehostdns.com 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64 IP: 51.161.15.103 |
| Dir : /home/ruvimbofunco/www/wp-content/themes/insureyou/page.php |
<?php
/**
* The template for displaying all pages
*
* @package insureyou
*/
get_header();
?>
<?php get_template_part('template-parts/breadcrumbs/page-single-breadcrumbs'); ?>
<div class="inner-blog pt-120 pb-120">
<div class="container">
<div class="row">
<?php
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', 'page' );
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>
</div>
</div>
</div>
<?php get_footer(); ?>