Echo JS 0.11.0

<~>

bruno-c 3466 days ago. link 2 points
What typically happens when your templating engine is limited - on purpose or not - is that you transform your model into a kind of view model where you've applied the necessary logic (and boiled it down to boolean values, more or less).

Years ago there were so many "logic in templates is evil" articles, it seems the pendulum has swung back to "it depends".