Wiki source code of VelocityVariable

Last modified by Thomas Mortagne on 2019/12/03 18:30

Show last authors
1 {{velocity}}
2 #macro(mymacro $input)
3 #set($input = $NULL)
4 $input
5 #end
6
7 #set($variable = 'value')
8 #mymacro($variable)
9 {{/velocity}}