Files
NAN_Student_Handbook/index.php
2024-02-21 14:46:21 -05:00

13 lines
192 B
PHP

<!-- Get Header -->
<?php
get_header(); ?>
<section class="h-full overflow-scroll no-scrollbar bg-white pt-16 pb-24">
<?php the_content(); ?>
</section>
<?php get_footer();