Sometimes I want to do things totally pure html, with more dynamicness and more reusability. Jinja template fall short.
This! I recently wanted to get back to writing a web app entirely rendered on the server side without the need for a JavaScript framework and I was really struck by how embarrassingly clumsy templating engines are compared to JSX.