The template language has a number of statements that can be used for executing templating actions and decisions.
This is both the most simple and the most important template statement there is. Using this statement, you can display the contents of a value.
{<VALUE>}
Example 1.13. Display a variable
The name of the current forum is: {NAME}