Vulcan/client/views/posts/posts_new.html
2012-10-05 22:46:20 +09:00

9 lines
No EOL
166 B
HTML

<template name="posts_new">
{{#if canView replace}}
<div class="posts grid list">
{{#each posts}}
{{> post_item}}
{{/each}}
</div>
{{/if}}
</template>