```a(href = "/download/${it.filename}") { +"Do...
# ktor
m
Copy code
a(href = "/download/${it.filename}") {
    +"Download"
}
should do the trick. Remember that when adding text elements you always use
+someString