Adding Containers to Page Content

When you edit the content of a page in the Page Manager via the WYSIWYG, you can add a container to a page using the <container /> HTML tag. While this is not a real HTML tag, Recite recognises and gives you the same container functionality as in templates.

The same options are passed to <container /> as {container}, except you specify true using a 1 instead.

Using the previous example, you would create a container in HTML using the following:

<container name="sideContainer" global="1" />

Alternatively, you can also use empty-tag syntax, such as:

<container name="sideContainer" global="1"></container>

Note

Using <container /> will not affect the validation of your web pages since the tag is removed before the page is displayed.