2024-05-22 22:17:41 -07:00
|
|
|
<main>
|
|
|
|
<article>
|
|
|
|
<header>
|
2024-05-24 02:29:14 -07:00
|
|
|
<h1 class="text-4xl">
|
2024-05-22 22:17:41 -07:00
|
|
|
<a href=".$url$">$title$</a>
|
|
|
|
</h1>
|
2024-05-25 01:56:50 -07:00
|
|
|
<p
|
|
|
|
class="mb-1 mt-2 italic text-lg text-accent-light dark:text-accent-dark"
|
|
|
|
>
|
|
|
|
$desc$
|
|
|
|
</p>
|
2024-05-24 02:29:14 -07:00
|
|
|
<div class="mt-2">$date$</div>
|
|
|
|
<div class="mt-1 text-sm">
|
|
|
|
$if(updated)$(last updated: $updated$)$endif$
|
2024-05-22 22:17:41 -07:00
|
|
|
</div>
|
|
|
|
</header>
|
2024-05-24 02:29:14 -07:00
|
|
|
<section class="post mt-4">$body$</section>
|
2024-05-22 22:17:41 -07:00
|
|
|
</article>
|
|
|
|
</main>
|