@(title: String, result: List[Map[Symbol,Any]]) @import helper._ @main("search") {

Simple message board - @title

@result.map { r =>
@r('name)created:@r('created_at)
@r('message)
} }