Description
Render sections of the site using template:
dynamic_content/common/components/sections.html
Schema
Child nodes are not allowed.
Attributes
source_ site - source_site_type.
handler - the name of js handler used to process element.
Example
<sections source_site="parent_site" handler="top_bar_section" />
Template example
<ul class="sections-list"> {% for item in items %} <li><a href="/{{ item.url }}">{{ item.title }}</a></li> {% endfor %}</ul>