Vulcan/client/views/posts/posts_new.html

9 lines
158 B
HTML
Raw Normal View History

2012-09-18 11:49:17 +09:00
<template name="posts_new">
2012-10-05 14:08:46 +09:00
{{#if canView}}
<div class="posts grid list">
{{#each posts}}
{{> post_item}}
{{/each}}
</div>
{{/if}}
</template>