Vulcan/packages/telescope-posts/lib/client/templates/post_page.html

13 lines
247 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">
<div class="posts posts-list">
2015-04-13 16:29:33 +09:00
{{> post_item}}
</div>
2014-07-05 16:29:10 +09:00
{{#if body}}
2015-04-13 16:29:33 +09:00
{{> post_body}}
2014-07-05 16:29:10 +09:00
{{/if}}
2015-04-13 16:29:33 +09:00
{{> comment_form}}
{{> comment_list}}
2014-06-27 19:42:33 +09:00
</div>
2012-08-22 23:40:09 -04:00
</template>