<?php 
	get_header();
		get_template_part('/includes/faq/content-faq-header');
		get_template_part('/includes/faq/content-faq-body');
	get_footer();
?>