Vulcan/client/views/posts/post_list_top.html
2015-04-13 16:29:33 +09:00

5 lines
130 B
HTML

<template name="postListTop">
{{#each postListTopModules}}
{{> Template.dynamic template=template}}
{{/each}}
</template>