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

12 lines
247 B
HTML

<template name="post_page">
<div class="single-post grid">
<div class="posts posts-list">
{{> post_item}}
</div>
{{#if body}}
{{> post_body}}
{{/if}}
{{> comment_form}}
{{> comment_list}}
</div>
</template>