<?php
/*
** Template Name: Science Education
*/
get_header(); ?>
<section class="health-detail-page">
<div class="container">
<div class="healthlayout">
<main class="health-content">
<h1><?php the_title(); ?></h1>
<div class="health-post-content">
<?php the_content(); ?>
</div>
</main>
</div>
</div>
</section>
<?php get_footer(); ?>