File: /home/mmickelson/jennysmasks.com/wp-content/themes/boldgrid-westview/page_home.php
<?php
/**
* Template Name: Home
*
* The template for displaying the home page.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package Prime
*/
while ( have_posts() ) : the_post();
get_template_part( 'templates/content', 'home' );
endwhile; // end of the loop.