<?php while ( have_posts() ) : the_post(); ?>

        <header class="page-header">
            <?php the_title( '<h1 class="page-title">', '</h1>' ); ?>
        </header><!-- .page-header -->

        <div class="entry-content">
            <?php the_content(); ?>
        </div><!-- .entry-content -->

        <?php download_monitor( array( 'template' => 'custom' ) ); ?>

    <?php endwhile; // end of the loop. ?>

</main><!-- #main -->