nodebb-theme-harmony/templates/partials/posts_list.tpl
Julian Lam 5f176cfeaa feat: init 🎉
Harmony starts here
Blank slate for now; bye bye styles
Let us now begin.
2022-11-25 11:59:13 -05:00

8 lines
No EOL
288 B
Smarty

<ul component="posts" class="posts-list list-unstyled" data-nextstart="{nextStart}">
{{{each posts}}}
<!-- IMPORT partials/posts_list_item.tpl -->
{{{end}}}
</ul>
<div component="posts/loading" class="loading-indicator text-center hidden">
<i class="fa fa-refresh fa-spin"></i>
</div>