Files
ghost.sori.studio/partials/lists/post-feed.hbs
2026-04-16 12:00:28 +09:00

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>