Files
flevum/templates/_layouts/blog.html

8 lines
192 B
HTML

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