renderTemplate

fun renderTemplate(template: String, values: Map<String, String> = mapOf()): String

Reads a resource file from the classpath, replaces variables in the template with values from the map,