pixsy/node_modules/pug/test/cases/vars.pug

3 lines
60 B
Plaintext

- var foo = 'bar'
- var list = [1,2,3]
a(class=list, id=foo)