1 2 3 4 5 6 7
<section class="post-list"> $for(posts)$ $partial("templates/_includes/components/post.html")$ $endfor$ </section> $partial("templates/_includes/components/pagination.html")$