Vulcan/client/templates/posts_new.html

7 lines
135 B
HTML
Raw Normal View History

2012-09-18 11:49:17 +09:00
<template name="posts_new">
2012-09-08 11:54:08 +09:00
<div class="posts grid list">
{{#each posts}}
2012-09-06 11:09:24 +09:00
{{> post_item}}
{{/each}}
</div>
</template>