mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
10 lines
No EOL
255 B
HTML
10 lines
No EOL
255 B
HTML
<template name="posts_pending">
|
|
<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>
|
|
</template> |