Interesting take on that. Glad I'm not the only one using that commit. :-)
To be honest I hadn't really considered reusing the templates like
that. Any time I've needed to generate an href, I've either ended up
creating a new template instance or just used string concatenation,
depending on complexity and/or the need for escaping any variable bits
in the URI.
TBH, I'm torn between the feeling that your implementation is too
heavyweight and admitting that my way of doing things involves
needless duplication.
Bob Aman