{/doc/acs-templating {ACS Templating}} {Templating System Tag Reference: Property} Templating System Tag Reference: Property

Property

Templating System : Designer Guide : Tag Reference : Property

Summary

The property tag is used to set named attributes of the page. The boolean attribute adp can be used to control, whether the content of the element should be processed by the ADP parser or not. Properties are most commonly used to pass information to a master template, such as a title or logo.

Usage

<master src="master">
<property name="title">My Home Page</property>
<p>Welcome to my home page!</p>x
...

Note(s)