## 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 ${pageTitle}
${title}
 
#foreach( $entry in $blogs ) #end
${entry.title}  ${entry.dateposted}
${entry.entry}
Add a comment (${entry.comments} comments so far)  | See entire thread
 
#foreach( $discussion in $threads ) #end
 
Threads:
 
${discussion.title}
 
 
 
 
Site Traffic:

 Distinct users - ${userCount}
 Page views - ${pageCount}
 
 
 
 
Talk to Me