reploy/templates/tag.html
2023-05-21 00:14:22 +02:00

15 lines
196 B
HTML

<section>
<h2>Tag</h2>
<ul>
$for(htags)$
<li>$htag$</li>
$endfor$
</ul>
<h2>Pages</h2>
<ul>
$for(pages)$
<li><a href="$page$">$page$</a></li>
$endfor$
</ul>
</section>