mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
12 lines
No EOL
293 B
HTML
12 lines
No EOL
293 B
HTML
<template name="posts_top">
|
|
{{#if canView replace}}
|
|
<div class="posts grid list">
|
|
{{#each posts}}
|
|
{{> post_item}}
|
|
{{/each}}
|
|
</div>
|
|
<div class="grid more-button {{#if allPostsLoaded}} hidden {{/if}}">
|
|
<a class="more-link" href="#">Load more</a>
|
|
</div>
|
|
{{/if}}
|
|
</template> |