Vinicius Carvalho
route
val token = call.sessions.get<AuthToken>() call.respond(FreeMarkerContent("index.ftl", mapOf("token" to token), "e"))