|
|
|
|
|
by bityard
662 days ago
|
|
Every templating engine has to find a balance between doing what you need it to do, and letting you write business logic in the template itself. (Hey there, PHP.) That said, it's possible to write pathlogical templates in just about anything. I've used Jinja a lot and always thought that it struck just about the right balance. The docs are also way better than they used to be. |
|