Template:SyntaxTest
From Organic Design wiki
The following is Bash Syntax IN A TEMPLATE (varvalue should be filled in) <bash>
- this is a comment
echo ${{{VarValue}}};
- another comment
{{{VarValue}}} </bash>
Out of bash: {{{VarValue}}}
In php: <php> print {{{VarValue}}} </php>
In php not simple:
print {{{VarValue}}}