<?php /** * The template for displaying all pages. * * @package Delicacy */ get_header(); ?> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php comments_template(); ?> <?php endwhile; ?> <?php endif; ?> </div><!-- end #content --> <?php get_sidebar(); ?> </div><!-- end #content-wrapper --> <?php get_footer(); ?>