mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
7 lines
No EOL
135 B
HTML
7 lines
No EOL
135 B
HTML
<template name="posts_new">
|
|
<div class="posts grid list">
|
|
{{#each posts}}
|
|
{{> post_item}}
|
|
{{/each}}
|
|
</div>
|
|
</template> |