<div altr-children="list_of_html_elements"></div>
The children
tag will replace an elements content with the specified DOM
nodes. list_of_html_elements
should either resolve to a single DOM node, or
an array of DOM nodes.
<div altr-children="list_of_html_elements"></div>
The children
tag will replace an elements content with the specified DOM
nodes. list_of_html_elements
should either resolve to a single DOM node, or
an array of DOM nodes.