You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
274 B
Smarty

<ul component="posts" class="posts-list" 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>