@import com.example.user.Car @(cars: Seq[Car]) @main("Cars Page") {

Cars

@for(car <- cars){ }
Id Model
@car.id @car.model
}