Skip to content

Instantly share code, notes, and snippets.

@echaozh
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save echaozh/9348484 to your computer and use it in GitHub Desktop.

Select an option

Save echaozh/9348484 to your computer and use it in GitHub Desktop.
html = Arbre::Context.new do
h2 "Why Arbre is awesome?"
ul do
li "The DOM is implemented in ruby"
li "You can create object oriented views"
li "Templates suck"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment