Text literals and variable tags (TODO: filters and escaping) and variable scoping are implemented.
Template tags implemented:
For
If
TODO:
- parsing and executing is done outside of a scope that djangode can track, which means the server dies on errors instead of reporting 500.
- implement filters and escaping of variables
- implement more standard django tags
- implement more standard django filters