Delimiters
To distinguish expression language statements from literal text in Adobe Dreamweaver Templates you must surround those statements with delimiters.
Anywhere in the Template where you would normally enter literal text, always delimit the expression language statements in one of the following ways:
@@VariableName@@(a delimiter type that already exists in Adobe Dreamweaver)${FunctionCall()}
You can use either type of delimiter indiscriminately; if your statement contains the string @@ , you can use the ${...} notation, and if it contains } , you can use the @@...@@ notation. If the two types of delimiters are nested, the ${...} delimiters are processed before the @@...@@ delimiters.