So, I'm trying to work with templates, and I'm finding it quite a tedious process.
It's awesome that they're compiled and super fast and all that, but it's really annoying during development.
I'm getting really tired of having to terminate the server, rebuild (because I changed some text in a template, or tweak or colour, or whatever), rebuild (not helped by the failed dependency checking in VD), launch, then switch back to my browser and refresh.
This seems a crazy iteration cycle to me. I'm assuming that I've missed something?

Is there a way to interpret the templates at runtime during development? I should be able to edit a template, hit save, refresh my browser and see the changes.
Possible? Possible to implement if not?

What are other peoples iteration cycles? Surely they can't work like this...?