#{extends 'main.html' /} #{set title: post.title /}

${post.title}

${post.content}

Comments

#{list items:post.comments, as:'comment'}

Comment:

${comment.content}
left at: ${comment.time}
#{/list}
Add a Comment