mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
10 lines
No EOL
295 B
HTML
10 lines
No EOL
295 B
HTML
<template name="posts_top">
|
|
<div class="posts grid list">
|
|
{{#each posts}}
|
|
{{> post_item}}
|
|
{{/each}}
|
|
</div>
|
|
<div class="grid more-button {{#if allPostsLoaded}} hidden {{/if}}" style="top: {{moreLinkDistance}}px">
|
|
<a class="more-link" href="#">Load more</a>
|
|
</div>
|
|
</template> |