jade-syntax-docs
jade-syntax-docs copied to clipboard
Jade Template Syntax by example
Would be nice to add a reference for Jade's inline tag syntax, like so: ```pug blockquote Lorem, ipsum #[a(href="http://google.com") dolor sit] amet. ``` In any case, it's not easy to...
I'm using jade template in my nodejs application. I will get detail about logged in user and have to show his profile image if anything is there. I'm using img...
Currently there is an error with the Jade var syntax, as follows:  This PR fixes that.