Use this tag to retrieve const value hard coded in the template system engine
Name | Mandatory | Description |
---|---|---|
Name | Yes | The Name of the const |
you can write <#const_xxx> instead of <#const name=“xxx”>
<#const_xxx>
The above example will output if xxx = 21 (for exemple) :
21