Skip to content

Instantly share code, notes, and snippets.

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