Mark McGranaghan 8d31ec147c move to vendor
2012-11-17 08:21:42 -08:00

8 lines
166 B
Plaintext

-@ import val city:String = "Tampa"
- val name:String = "Hiram"
%html
%body
%p Hello #{name} from #{city}
%ul
- for ( i <- 1 to 10 )
%li Item #{i}