Voog.com

xcontent

Shortcut method for content tag to define cross-page content areas that are editable on all pages in current language:

{% xcontent name="footer" %}

This tag is equivalent to the following:

{% content name="footer" xpage="true" %}

and:

{% content name="footer" bind="Language" %}

Attributes

  • name
    • Sets the name to idenfify editable content area because there may be multiple areas on the same page. It is wise not to provide same content name twice on the same page.