#кодеротбога
#кодеротбога
[Template level event binding doesn't work with meteor-jade?](https://github.com/peerlibrary/meteor-blaze-components/issues/113)
Its works: `= test` alternative syntax: `| #{test}` with params: `| #{test(param='value')}` but its wrong: `= test(param='value')`
http://www.html5gamedevs.com/topic/17610-guide-phaser-auto-completion-in-atom-with-tern-phaser/
Please-please-please! :) It is not true way for package.
### Proposal Like `GenericContainerRequest`: ```go genericContainerReq := testcontainers.GenericContainerRequest{ ContainerRequest: req, Started: true, Logger: logger, Reuse: true, } ```