13 lines
359 B
PHP
13 lines
359 B
PHP
<!-- Get Header -->
|
|
<?php get_header(); ?>
|
|
|
|
<!-- Single Post Template -->
|
|
<section class="flex flex-col h-full overflow-scroll py-16">
|
|
<div class="flex h-full items-center justify-center">
|
|
<i class="text-4xl bi-sticky"></i>
|
|
<h1 class="text-2xl p-4 underline ">Single Post Template</h1>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Get Footer -->
|
|
<?php get_footer(); ?>
|