now, having to do the following: on each `route` i...
# ktor
v
now, having to do the following: on each
route
is a bit non practical :
Copy code
val token = call.sessions.get<AuthToken>()
call.respond(FreeMarkerContent("index.ftl", mapOf("token" to token), "e"))