@(fortunes: List[models.tables.records.FortuneRecord]) @main() { @for(fortune <- fortunes) { }
id message
@fortune.getId() @fortune.getMessage()
}