mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
11 lines
No EOL
247 B
HTML
11 lines
No EOL
247 B
HTML
<template name="posts_top">
|
|
<div class="posts grid list">
|
|
{{#each posts}}
|
|
{{> post_item}}
|
|
{{/each}}
|
|
</div>
|
|
|
|
<div class="grid" style="position:absolute;bottom:50px;">
|
|
<button class="more">View more</button>
|
|
</div>
|
|
</template> |