#{extends 'main.html' /} #{set title:'View Topic' /} Topic: ${topic.topic} by ${topic.author.firstName} ${topic.author.lastName} #{list items:topic.posts, as:'currentPost'} #{/list}
${currentPost.comment} ${currentPost.date} ${currentPost.author.nickName}
#{form @Application.SaveComment()}

Add a new Comment.


Home #{/form}