We currently use handlebars for templating the output. This makes things hard to debug since it is not statically typed. Instead we should use `quote!`.
We currently use handlebars for templating the output. This makes things hard to debug since it is not statically typed. Instead we should use
quote!.