We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We assume you know HTML quit good 😊. Don't you?
HTML
But some things to remember:
❗ Expression in attributes
<if (foo === 'hello')> <h4> Hello ~[username] </h4> </if> <!-- same as: --> <if expression = "foo === 'hello'"> <h4> Hello ~[username] </h4> </if>
🌟 mask syntax beyond html
mask
html
<h4>Lorem</h4> <mask> span > '~[username]' 'Other lorem mask nodes' </mask>
🏁