summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.scaml
blob: 8872a83de8a561d1283d8c07c4fa4fc48eaf3075 (plain)
1
2
3
4
5
6
7
8
-@ 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}