First time here? Check out the FAQ!

Revision history  [back]

Is it possible to add django-jinja to askbot

The way askbot develop is that one has to know in and outs of jinja template and its macro, if someone wants to simply write a custom tag you have to follow jinja way of doing it because simple implementation of custom tag in django will not work.

I found following module: https://django-jinja.readthedocs.org/en/latest/ I wonder if we can add this to askbot that way regular django template can live in askbot without a trouble.