Skip to content

Rendering a function

The <render> tag is used to render a function.

html
<render function="foo" params="items"/>
AttributesUse
function="…"Specifies the name of the function that should be rendered.
params="…"Specifies which variable to use as the data passed to the function.