Skip to content

Instantly share code, notes, and snippets.

@echaozh
Last active August 29, 2015 13:57
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 echaozh/9348484 to your computer and use it in GitHub Desktop.
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