wp-content/themes/twentyseventeen/functions.php:631Uses front-page.php when Front page displays is set to a static page.
$templatestringstringfunction twentyseventeen_front_page_template( $template ) { return is_home() ? '' : $template;}Introduced in Twenty Seventeen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentyseventeen/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.