Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created April 7, 2010 20:05
Show Gist options
  • Select an option

  • Save knowuh/359372 to your computer and use it in GitHub Desktop.

Select an option

Save knowuh/359372 to your computer and use it in GitHub Desktop.
(haml file)
-foo="bar"
-haml_tag(foo) do
%div
(results are)
<bar>
<div></div>
</bar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment