if(is_page(18)):
get_template_part( 'template-parts/content', 'contact' );
elseif(is_page('about-the-charity')):
get_template_part( 'template-parts/content', 'charity' );
elseif(is_page('volunteer')):
get_template_part( 'template-parts/content', 'volunteer' );
endif; ?>