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