<?php while ( have_posts() ) : the_post(); ?>
<?php
/* Include the Post-Format-specific template for the content.
*/
do_action('hanne_blog_layout');
?>
<?php endwhile; ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php
/* Include the Post-Format-specific template for the content.
*/
do_action('hanne_blog_layout');
?>
<?php endwhile; ?>