Editable Region


Token
<$region$> <$/region$> 
Purpose This token defines an editable content region in your template, allowing logged-in users to manage the content in the region using our system's easy to use tools. 
Attributes
  • name= [required] each region must be given a unique name. 

IMPORTANT: 

  • Every region MUST HAVE a unique name
  • One region on every template must be named "MainContent".  This should generally be the primary region and it will be used as the default region by the system for your template.
Example Usage
Create one or many editable regions on your template page.  If you want default content to appear in the region if no content has been added by the user, add that default content between the opening and closing tags.  Default content is optional and is most often left blank:

<$region name="MainContent"$>
This is default content which will appear in the region if no content has been added by the user.  This content is optional and is most often left blank.
<$/region$>