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