16 lines
139 B
HTML
16 lines
139 B
HTML
|
$head()$
|
||
|
|
||
|
$if(title)$
|
||
|
<header>
|
||
|
<h1>$title$</h1>
|
||
|
</header>
|
||
|
$endif$
|
||
|
|
||
|
$if(posts)$
|
||
|
$postlist()$
|
||
|
$elseif(tags)$
|
||
|
$taglist()$
|
||
|
$endif$
|
||
|
|
||
|
$foot()$
|