<?php

	get_header();
		get_template_part('/includes/portfolio/content-portfolio-header');
		get_template_part('/includes/portfolio/content-portfolio-body');
	get_footer(); 

?>