With the backend mostly providing json data, and the main pages now being way simpler, I wonder if we can get rid of jinja and just rely on the basic tornado templating mechanism. It's very similar to jinja, except for being not as powerful, so I suspect the transition will be almost painless, given that we use quite basic features now.
With the backend mostly providing json data, and the main pages now being way simpler, I wonder if we can get rid of jinja and just rely on the basic tornado templating mechanism. It's very similar to jinja, except for being not as powerful, so I suspect the transition will be almost painless, given that we use quite basic features now.