Repository URL to install this package:
|
Version:
2.13.0 ▾
|
-@ 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}