aboutsummaryrefslogtreecommitdiff
path: root/themes/templates/blog.html
blob: 6f5c48d342353a7c1968e3f9f3bf410e25eecc67 (plain)
1
2
3
4
5
6
7
<section class="post-list">
    $for(posts)$
        $partial("_includes/components/post.html")$
    $endfor$
</section>

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