mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
10 lines
No EOL
252 B
HTML
10 lines
No EOL
252 B
HTML
<template name="posts_list">
|
|
<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> |