Files
flevum/themes/templates/tag.html
2025-10-14 19:15:51 +02:00

10 lines
257 B
HTML

<h1 class="post-lists-title">Alle Posts mit Tag: <span>$title$</span></h1>
<section class="post-list">
$for(posts)$
$partial("_includes/components/post.html")$
$endfor$
</section>
$partial("_includes/components/pagination.html")$