Skip to content

Instantly share code, notes, and snippets.

@owensd
Last active April 7, 2017 03:06
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/ec7bfce4d6e4ab03ce93b0cd1739c9ca to your computer and use it in GitHub Desktop.
Save owensd/ec7bfce4d6e4ab03ce93b0cd1739c9ca to your computer and use it in GitHub Desktop.
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