interpolation.escape.pug 81 B

1234567
  1. - var id = 42;
  2. foo
  3. | some
  4. | \#{text}
  5. | here
  6. | My ID #{"is {" + id + "}"}