Vulcan/client/views/posts/post_list_top.html
2015-03-22 11:19:27 +09:00

5 lines
133 B
HTML

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