summaryrefslogtreecommitdiff
path: root/templates/_layouts/tag.html
blob: 3245efefc633d5ad095cea41e44b108ea4752acc (plain)
1
2
3
4
5
6
7
8
9
<h1 class="post-lists-title">Alle Posts mit Tag: <span>$title$</span></h1>

<section class="post-list">
    $for(posts)$
        $partial("templates/_includes/components/post.html")$
    $endfor$
</section>

$partial("templates/_includes/components/pagination.html")$