mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
9 lines
No EOL
268 B
HTML
9 lines
No EOL
268 B
HTML
<template name="posts_digest">
|
|
<a href="#" class="prev-link" data-increment="-1">Previous Day</a>
|
|
<a href="#" class="next-link" data-increment="1">Next Day</a>
|
|
<div class="posts grid list">
|
|
{{#each posts}}
|
|
{{> post_item}}
|
|
{{/each}}
|
|
</div>
|
|
</template> |