meteor-jade icon indicating copy to clipboard operation
meteor-jade copied to clipboard

The Jade template engine for Meteor/Blaze

Results 46 meteor-jade issues
Sort by recently updated
recently updated
newest added

This code ``` jade if catLev2 //don't display Details area on first render ``` throws `Jade syntax error: Expected identifier, number, string, boolean, or null` `{{#if catLev2 //don't display Deta...`

bug

This was merged into devel: https://github.com/meteor/meteor/pull/4101 Once it's released, how should we support the syntax? ``` +thing (stuff x b x) anotherArg p hello ``` It might be nice to...

enhancement

I noticed (somewhat late) a regression from 0.2.9 to 0.3.0 in the handling of newlines in multiple lines of piped texts for _components_ ("+") - dom nodes work as expected....

bug

This works: ``` {{emails.[0].address}} ``` This doesn't: ``` #{emails.[0].address} ``` Is this a bug with meteor-jade or is my syntax wrong?

enhancement
question

I'm seeing a compilation issue when defining a Jade template (for autoform, if that matters). Textareas are not receiving contents or dynamic attributes from a helper. Here's how it's compiling:...

question

I'm running into this very simple problem when trying to render a template. the only thing i did was - `meteor add mquandalle:jade` - `renamed my .html file to .jade...

question