bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

Support render foo()#id.class? #145

Open braco opened 11 years ago

braco commented 11 years ago

It seems reasonable to expect this to work:

render foo("..")#id.class

given the similar format in

call dialog("Blade is awesome")#foobar.foo.bar

I imagine it would attach #id.class to the parent container as in call.

bminer commented 11 years ago

@braco - Good point. This is a fairly low priority at this time, but I'll keep it on the list. Pull requests are graciously accepted. :)