* @license http://www.gnu.org/licenses/gpl-3.0.html GNU Public License */ get_header(); while ( have_posts() ) : the_post(); get_template_part( 'components/page/content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. get_footer();