## Velocity-based template - uses formal reference notation only ## simple comments will be removed ## ${variable} - replace with value of variable ## ${object.Property} - replace with value returned by the accessor "getProperty" ## ${object.method()} - replace with the value returned by method ## $!{...} quiet - null value is replaced with empty string ## \$ escaped ## set directive - variable reference only ## #set( $something = $object.Property ) ## only simple looping supported - ## #foreach( $something in $somelist ) ## somehtml ## #end ## only simple conditioning supported - check for non-null only ## #if ( $something ) ## somehtml ## #end ## parse supported ## #parse( "me.vm" ) ## run the templating engine on the file, and include the result here
| ${title} | |||||||||||||||||||
|
|
||||||||||||||||||