Skip to content
Alex Kit edited this page Mar 29, 2015 · 1 revision

We assume you know HTML quit good 😊. Don't you?

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

     <h4>Lorem</h4>
     <mask>
     	span > '~[username]'
     	'Other lorem mask nodes'
     </mask>

🏁

Clone this wiki locally