koehr.ing/layouts/page.shtml
2024-09-16 22:02:39 +02:00

17 lines
401 B
Text

<extend template=base.shtml>
<title id=title :text=$page.title></title>
<head id=head></head>
<main id=main>
<header>
<h1 :text=$page.title></h1>
<em :text=$page.description></em>
<br>
Last updated: <time datetime="$page.date.formatHTTP()" :text='$page.date.format("January 02, 2006")'></time>
</header>
<div :html=$page.content()></div>
</main>
<footer id="footer"></footer>