mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
7 lines
No EOL
129 B
HTML
7 lines
No EOL
129 B
HTML
<template name="top">
|
|
<div class="posts grid list">
|
|
{{#each posts}}
|
|
{{> post_item}}
|
|
{{/each}}
|
|
</div>
|
|
</template> |