File: /home/khabarnavis/web/khabarnavis.com/public_html/wp-content/themes/khabarnavis/page.php
<?php get_header(); ?>
<main id="primary" class="site-main">
<div class="container">
<?php while (have_posts()) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h1 class="entry-title"><?php the_title(); ?></h1>
</header>
<?php if (has_post_thumbnail()) : ?>
<div class="article-featured-image">
<?php the_post_thumbnail('khabarnavis-hero'); ?>
</div>
<?php endif; ?>
<div class="article-body">
<?php the_content(); ?>
</div>
</article>
<?php endwhile; ?>
</div>
</main>
<?php get_footer(); ?>