HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/dreamsrent-wp/wp-content/themes/dreamsrent/page.php
<?php get_header(); ?>

<section class="section">
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
 
<?php get_template_part( 'templates/blog/content', 'page' );
endwhile; ?>
<div class="clearfix"></div>
<?php
    if ( comments_open() ) { 
        comments_template( '', true ); 
    }  ?>
    
<?php  endif; ?>


</div>
        </div>
</div>
    
</section>

<?php  get_footer(); ?>