2021-07-24 03:35:02 +02:00
|
|
|
$head()$
|
|
|
|
|
2024-11-29 00:50:42 +01:00
|
|
|
<body class=h-entry>
|
|
|
|
|
2021-07-24 03:35:02 +02:00
|
|
|
<header>
|
|
|
|
$if(title)$
|
2024-11-29 00:50:42 +01:00
|
|
|
<h1 class=p-name>$title$</h1>
|
2021-07-24 03:35:02 +02:00
|
|
|
$endif$
|
|
|
|
<div class=meta>
|
|
|
|
$if(date)$
|
2024-11-29 00:50:42 +01:00
|
|
|
<time class='date dt-published' datetime='$date-iso$'>
|
|
|
|
$date$
|
|
|
|
</time>
|
2021-07-24 03:35:02 +02:00
|
|
|
$endif$
|
|
|
|
$if(tags)$
|
|
|
|
<nav class=tags>
|
|
|
|
tags:
|
|
|
|
<ul>
|
|
|
|
$for(tags)$
|
2024-11-29 00:50:42 +01:00
|
|
|
<li>
|
|
|
|
<a href=/tag-$it.slug$.html class=p-category rel=tag>$it.name$</a>
|
2021-07-24 03:35:02 +02:00
|
|
|
$endfor$
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
$endif$
|
|
|
|
</div>
|
2024-11-29 00:50:42 +01:00
|
|
|
|
|
|
|
<!-- h-entry stuff -->
|
|
|
|
<data class='u-url u-uid' value='$baseurl$/$filename$'></data>
|
|
|
|
<span class=p-author>
|
|
|
|
<data class=p-name value='$author$'></data>
|
|
|
|
<data class=p-url value='$baseurl$'></data>
|
|
|
|
</span>
|
2021-07-24 03:35:02 +02:00
|
|
|
</header>
|
|
|
|
|
2024-11-29 00:50:42 +01:00
|
|
|
<main class=e-content>
|
2021-07-24 03:35:02 +02:00
|
|
|
$if(show-toc)$
|
|
|
|
<nav id=toc>
|
2024-09-15 17:50:10 +02:00
|
|
|
<h1 class=unnumbered>contents</h1>
|
2021-07-24 03:35:02 +02:00
|
|
|
$table-of-contents$
|
|
|
|
</nav>
|
2024-09-15 17:50:10 +02:00
|
|
|
<hr>
|
2021-07-24 03:35:02 +02:00
|
|
|
|
|
|
|
$endif$
|
|
|
|
$body$
|
|
|
|
</main>
|
|
|
|
|
|
|
|
$foot()$
|