get

@GetMapping(value = ["/{code}"])
fun get(@PathVariable code: String): DocumentTemplate(source)