10 lines
257 B
HTML
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")$
|