1 ## This is an example velocity template
3 #set( $this = "Velocity")
7 #foreach( $name in $list )
8 row $velocityCount :: $name is great!
11 #set( $condition = true)
14 The condition is true!
16 The condition is false!
19 this is a property: $props.Include
20 this is a method: $props.GetString("runtime.log")
21 this is another method: $props.ToString()
23 nexted method: $props.Include.GetType()
24 method, no parameters: $props.IsInitialized()
25 runtime-log: $props.GetString("runtime.log")