Wiki source code of VelocityMacros

Last modified by Thomas Mortagne on 2019/12/18 17:20

Show last authors
1 {{velocity}}
2 #macro(toto)
3 toto
4 #end
5 {{/velocity}}
6
7 {{velocity}}
8 #macro(toto)
9 titi
10 #end
11 {{/velocity}}
12
13 {{velocity}}
14 #toto()
15 {{/velocity}}