0

Hey how can i use html content like:

<meta property="og:locale" content="en"/>

with the Kotlin HTML Type Safe builder? I cannot find something like the property variable in the meta function

4

1 回答 1

2
meta(content = "en") {
    attributes["property"] = "og:locale"
}
于 2021-04-28T08:08:56.387 回答