Andrei Boltachev

Results 4 issues of Andrei Boltachev

In one of the projects I want to do a thing as complicated as transforming a structure based on it's value (with _children already being processed_) and it's metadata. And...

I noticed that if I use Unicode in my *.jade templates, at least in some complex way, like parameter for mixin, it produces famous UnicodeDecodeError (my Python version is 2.7)....

Include and extends support was already discussed here (https://github.com/SyrusAkbary/pyjade/issues/38 and https://github.com/SyrusAkbary/pyjade/issues/112). So, for now support of that features is only for _Django_ and _Jinja2_ template engines (if I'm correct). And,...