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

8 lines
172 B
HTML

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