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">
|
2012-09-04 18:57:07 +09:00
|
|
|
{{#each posts}}
|
2012-09-06 11:09:24 +09:00
|
|
|
{{> post_item}}
|
2012-09-04 18:57:07 +09:00
|
|
|
{{/each}}
|
|
|
|
</div>
|
2012-09-04 15:15:12 +09:00
|
|
|
</template>
|