Kick off the New Year with a revolutionary social media platform! New
Kick off the New Year with a revolutionary social media platform! This platform prioritizes user control and privacy . Personal information will not b…
- Threads
- 4
- Words
- 7471
Kick off the New Year with a revolutionary social media platform! This platform prioritizes user control and privacy . Personal information will not b…
data
is an attribute to define dataset to be forwarded to the child node. The value of this attribute can be expression or an object.
data='alias'
data='{ alias: 'EXPRESSION' }'
data='{ alias: ["STRING1",[STRING2"] }'
Take from parent and forward to child
<b:include data='post' name='foo'/>
Forward data set to child
<b:include data='{ post: data:foo }' name='bar'/>
Single data string
<b:include data='{ foo: "bar" }' name='item'/>
Multiple data string
<b:include data='{ foo: ["Qux","Quux"] }' name='list'/>