Does anyone know why the templating situation is the way it is in go? In many other languages you have multiple competing templating languages, but in go this is basically what you get. Are there language specific features that make it hard?
EDIT: interesting to final see active liquid templating engines for go. now if only legacy would allow for the use of these things.