meteor-jade
meteor-jade copied to clipboard
Support shortcut '=' with params
Its works:
= test
alternative syntax:
| #{test}
with params:
| #{test(param='value')}
but its wrong:
= test(param='value')