@(cats: List[Cat]) @main("Cat database") {

Insert a kitty cat here:

Previously inserted cats:

@for(c <- cats){ } }
NameColor
@c.name@c.color