Currently `template_type` can only appear at: ```yaml configuration: template_type: ... ... ``` While that default is ok, it should be possible to override it per template. e.g. ``` targets: - output: LICENSE template: license.mako template_type: mako ```