Vulcan/client/views/posts/post_page.html
2014-06-27 19:42:33 +09:00

7 lines
152 B
HTML

<template name="post_page">
<div class="single-post grid">
{{> post_item}}
{{> comment_form}}
{{> comment_list}}
</div>
</template>