Vulcan/client/views/posts/post_page.html

8 lines
152 B
HTML
Raw Normal View History

2012-09-06 10:18:26 +09:00
<template name="post_page">
2014-06-27 19:42:33 +09:00
<div class="single-post grid">
{{> post_item}}
{{> comment_form}}
{{> comment_list}}
</div>
2012-08-22 23:40:09 -04:00
</template>