<?php /* Template Name: cv */ get_header(); include get_template_directory() .'/template-parts/partial/cv/cv-page.php'; include get_template_directory() . '/template-parts/breadcrumb.php'; include get_template_directory() . '/template-parts/partial/cv/cv-form.php'; get_footer();