This commit is contained in:
rhiannon morris 2021-07-24 03:35:02 +02:00
commit 77a53e06a5
21 changed files with 1070 additions and 0 deletions

15
templates/meta.html Normal file
View file

@ -0,0 +1,15 @@
$head()$
$if(title)$
<header>
<h1>$title$</h1>
</header>
$endif$
$if(posts)$
$postlist()$
$elseif(tags)$
$taglist()$
$endif$
$foot()$