Agree. I've found the Django templating language to hit the sweet spot for me - it gives me all the power that I need without allowing unnecessary code in the templates. As a result, my templates are usually rather clean and the HTML structure is easy to follow. In fact, I like the Django templating language so much that I use it even when I'm not using Django... or Python... e.g., I use it straight from Erlang with the lovely `erlydtl` package[1].[1] https://github.com/erlydtl/erlydtl
No comments yet.