>

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

    <?php
      $download_id = get_the_ID();
      $download = edd_get_download( $download_id );
    ?>

    <h3><?php echo $download->post_title; ?></h3>
    <p><?php echo $download->post_content; ?></p>
    <p><a href="<?php echo edd_get_download_files_url( $download_id ); ?>" class="edd-submit button blue"><?php _e( 'Download', 'easy-digital-downloads' ); ?></a></p>

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

  </div><!-- .site-content -->