mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
9 lines
No EOL
166 B
HTML
9 lines
No EOL
166 B
HTML
<template name="posts_new">
|
|
{{#if canView replace}}
|
|
<div class="posts grid list">
|
|
{{#each posts}}
|
|
{{> post_item}}
|
|
{{/each}}
|
|
</div>
|
|
{{/if}}
|
|
</template> |