Variables

Use variables, enclosed in double '@' signs, in your Adobe Dreamweaver Template to refer to the contents of the package. For example, @@Page.ID@@ refers to the URI of the Page item in the package. Alternatively, you can surround a variable with '${' and '}', for example, ${Page.ID}. The most typically used variables are Page and Components (both used in Page Templates), and Component and ComponentTemplate (both used in Component Templates). Typical properties to use are ID and Name (used in all variables except Components); Name (used in Page and in Component); and Schema (used in Component).