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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
SocialQA's avatar
265
SocialQA
asked 11 years ago

Comments

It's worth taking a look at this, thanks!

Evgeny's avatar Evgeny (11 years ago)
see more comments