CMS help pages
  
You are here: Home > Developers > How to build templates > Scope (where the data is stored)

Scope of page & section template content

scope=all (default for page template)

The content of this tag will be the same on all pages within the website.

Examples:

<cms type=text scope=all id=t1>

<cms type=text id=t1>

scope=folder

The content will be the same for all pages within this folder at this level. Note that pages in folders within this folder will not share this content.

scope=page

The content is unique to this page.

scope=section (default for section template)

The content is unique to this section.