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

It looks like you aren't signed up to our service, would you like to Signup or Login ?

${post.title}

${post.content}

Comments

#{list items:post.comments, as:'comment'}
${comment.content} ${comment.time}
#{/list}