8 lines
158 B
Handlebars
8 lines
158 B
Handlebars
{{#if show_filter}}
|
|
<div class="section-filter">
|
|
<span>Latest posts</span>
|
|
</div>
|
|
{{/if}}
|
|
{{> "lists/post-items" posts=posts}}
|
|
{{pagination}}
|