10 lines
337 B
PHP
10 lines
337 B
PHP
|
<main class="bg-white max-w-screen max-h-[90vh] max-h-[90dvh] overflow-y-scroll">
|
||
|
<div class="blogpost wrapper-lg flow mx-auto h-entry py-size-0">
|
||
|
<a class="" href="/">Home</a>
|
||
|
<h1 class="headerbar"><?= the_title() ?></h1>
|
||
|
|
||
|
<div class="flow-1l">
|
||
|
<?= the_content() ?>
|
||
|
</div>
|
||
|
</div>
|
||
|
</main>
|