10 lines
237 B
Handlebars
10 lines
237 B
Handlebars
<div class="post-feed" data-load-more-root>
|
|
{{#if show_filter}}
|
|
<div class="section-filter">
|
|
<span>Latest posts</span>
|
|
</div>
|
|
{{/if}}
|
|
{{> "lists/post-items" posts=posts}}
|
|
{{pagination}}
|
|
</div>
|