sf-static/portfolio/node_modules/pug/test/cases/interpolation.escape.pug
2023-02-28 19:21:07 +01:00

7 lines
No EOL
81 B
Text

- var id = 42;
foo
| some
| \#{text}
| here
| My ID #{"is {" + id + "}"}