#{extends 'main.html' /} #{set title:'Forum' /} #{form @Application.AddTopic()} #{/form} #{if recentTopics} #{list items:recentTopics, as:'currentTopic'} #{/list}
Topic Updated By Comments
${currentTopic.topic} ${currentTopic.date} ${currentTopic.author.nickName} ${currentTopic.posts.size()}
#{/if}