8 lines
172 B
HTML
8 lines
172 B
HTML
<section class="post-list">
|
|
$for(posts)$
|
|
$partial("_includes/components/post.html")$
|
|
$endfor$
|
|
</section>
|
|
|
|
$partial("_includes/components/pagination.html")$
|