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

${flash.success}

#{/if} #{display post:post, as:'full' /}

Post a comment

#{form @Application.postComment(post.id)} #{ifErrors}

${errors[0]}

#{/ifErrors}


#{/form}