get template part
Lets you load a partial element to a page. If the same partial is provided with a child theme it will override the parent theme file.
get_template_part( 'partial/header' );
copy