Text expressions

  1. {expression}

文本也可以包含 javascript 表达式:

  1. <h1>Hello {name}!</h1>
  2. <p>{a} + {b} = {a + b}.</p>