Changes for page VelocityVariable

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

From version 1.1
edited by Thomas Mortagne
on 2019/12/03 13:37
Change comment: There is no comment for this version
To version 1.1
edited by Thomas Mortagne
on 2019/12/03 18:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,9 @@
1 1  {{velocity}}
2 -#macro(mymacro $parm)
3 -$param
2 +#macro(mymacro $input)
3 +#set($input = $NULL)
4 +$input
4 4  #end
5 5  
6 -#macro($toto)
7 +#set($variable = 'value')
8 +#mymacro($variable)
7 7  {{/velocity}}