mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
13 lines
No EOL
281 B
HTML
13 lines
No EOL
281 B
HTML
<template name="posts_new">
|
|
{{#if canView replace}}
|
|
<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>
|
|
{{/if}}
|
|
</template> |