ZX-Spectrum/parts/page.php

10 lines
337 B
PHP
Raw Normal View History

<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>