Vulcan/client/templates/post_page.html
2012-09-21 18:43:49 +09:00

9 lines
182 B
HTML

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