get_template_part()
. If there is no meta value, the default template is used, usually page.php.
Page templates expect the page’s query to already be instantiated. You can do so on your main template, assigning the new WP_Query object to the global $wp_query variable, which the page template will use to drive its loop.
]]>