On 2012-12-10 13:56, Dan wrote:
However, if template mixins are preferred to string mixins I suppose that is a good idea for that code and I'll check it out.
Yes, templates are always preferred. One should try to avoid putting code in string literals as much as possible.
-- /Jacob Carlborg