mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
11 lines
No EOL
320 B
HTML
11 lines
No EOL
320 B
HTML
<template name="posts_list">
|
|
{{> UI.dynamic template=postsListIncoming data=incoming}}
|
|
<div class="posts-wrapper grid grid-module">
|
|
<div class="posts list">
|
|
{{#each posts}}
|
|
{{> UI.dynamic template=post_item}}
|
|
{{/each}}
|
|
</div>
|
|
</div>
|
|
{{> UI.dynamic template=postsLoadMore}}
|
|
</template> |