Re: Context-aware Loaders

2012-06-05 Thread Aristomenis Pikeas
I recently worked with PyJade's maintainer to resolve a bug I experienced when creating Jade templates for Django. I haven't reviewed all of the Syrus's changes to his codebase, but PyJade should now allow all Django tags (including custom tags) when prefixed by "-". For example: - any_tag

Context-aware Loaders

2012-05-29 Thread Dustin Farris
I don't think this is possible yet, but seems like a handy idea, and I'm not the first person to think so. My use case deals with PyJade . Right now, the library wraps the default loaders (similar to the way the django cache loader does) with a Django-spe