mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 21:16:40 -04:00
11 lines
No EOL
315 B
HTML
11 lines
No EOL
315 B
HTML
<template name="posts_top">
|
|
<div class="posts grid list">
|
|
{{#each posts}}
|
|
{{> post_item}}
|
|
{{/each}}
|
|
</div>
|
|
<div class="{{#if postsReady}}hidden{{/if}}">SPINNER...</div>
|
|
<div class="grid more-button {{#if allPostsLoaded}} hidden {{/if}}">
|
|
<a class="more-link" href="#">Load more</a>
|
|
</div>
|
|
</template> |