Overview | Downloads | Quick Start Guide | Installation Guide | API Docs | SourceForge Project |
If you are not familiar with Velocity, please see the website at jakarta ( there's lots of good documentation there.) The next best place to look is in the tempates/ directory, where there are several sample templates.
The following variables will be available with the template context:
#foreach ($item in $items)
$item.xxx (see above)
#end