<?php /* Loop Name: Page */ ?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class('page'); ?>>
<?php the_content(); ?>
<div class="clear"></div>
<?php wp_link_pages('before=<div class="pagination">&after=</div>'); ?><!--.pagination-->
</div><!--post-->
<?php endwhile; ?>