13 lines
192 B
PHP
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();
|