Jade looks like a cool templating engine and I think I\'ll be using it for my next project. However, some of the syntax doesn\'t make sense to me.
What do you get by doi
Jade now provides inline syntax for nested tags:
a: img
turns into
Taken from the official documentation.