velocity cannot find template in android.
# ktor
c
velocity cannot find template in android.
Copy code
call.respondText("Hello Android! \n ");
works
Copy code
call.respond(VelocityContent("templates/index.vl", mapOf("user" to "")))
not work
a
Can you please file an issue?