Is there a way to develop template code without using the awkward “{{ }}” syntax?
I get that the code escape syntax “{{ }}” in yaml using Jinja is very useful for one-liners, but it’s honestly a P.I.A for anything more complex. I’d much rather call a script file that can be edited in a full-screen editor with syntax highlighting for more complex solutions.
It would be even better if we could use Python directly within the template. Or is there another way to develop templates (or similar) using only Python for more complex tasks?