Variables
The declaration of variables must be done between {MyVariable} inside your template file.
<html>
<body>
{my_variable}
</body>
</html>
The variables names can only add letter, digit and `_`
The declaration of variables must be done between {MyVariable} inside your template file.
<html>
<body>
{my_variable}
</body>
</html>
The variables names can only add letter, digit and `_`