Template:SyntaxTest

From Organic Design wiki

The following is Bash Syntax IN A TEMPLATE (varvalue should be filled in) <bash>

  1. this is a comment

echo ${{{VarValue}}};

  1. another comment

{{{VarValue}}} </bash>

Out of bash: {{{VarValue}}}

In php: <php> print {{{VarValue}}} </php>

In php not simple: print {{{VarValue}}}