forked from loafle/openapi-generator-original
The enum constants may be backtick-escaped reserved words (e.g. "DocumentDisposition.`inline`"). Mustache html-escapes the backticks, leading to invalid code such as "DocumentDisposition.`inline`". This change adjusts all Kotlin client Mustache templates to pass the values through as raw values.