and lastly, render anything you want, not just HTM...
# kohesive
a
and lastly, render anything you want, not just HTML:
Copy code
@Rendered("search-results.ftl", "application/xml")
public fun UserContext.getCompaniesSearch(name: String, country: String?): Promise<CompanySearchResults, Exception> {
  …
}