blog/templates/meta.html

16 lines
139 B
HTML
Raw Normal View History

2021-07-23 21:35:02 -04:00
$head()$
$if(title)$
<header>
<h1>$title$</h1>
</header>
$endif$
$if(posts)$
$postlist()$
$elseif(tags)$
$taglist()$
$endif$
$foot()$