Skip to content

Instantly share code, notes, and snippets.

@owensd
Created April 7, 2017 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owensd/34062f735fd8ee20eb04480a42c18753 to your computer and use it in GitHub Desktop.
Save owensd/34062f735fd8ee20eb04480a42c18753 to your computer and use it in GitHub Desktop.
html |>
body |> [
h1 <| ["class": "welcome"] <| ["id": "title"] |> "Welcome to Swiccup",
div <| ["id": "message", "class": "important"] |> "This is only the beginning.",
ol |> (1...4).map {
li |> "item #\($0)"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment