html |> | |
body |> | |
[h1(["class": "welcome"]) |> "Welcome to Swiccup", | |
div |> "This is only the beginning!", | |
ol |> (1...4).map() { | |
li([string("item #\($0)")]) | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment