Skip to content

Instantly share code, notes, and snippets.

@Enome
Created February 1, 2013 20:08
Show Gist options
  • Select an option

  • Save Enome/4693756 to your computer and use it in GitHub Desktop.

Select an option

Save Enome/4693756 to your computer and use it in GitHub Desktop.
// Main.jade
block vars
h1=hey
// child.jade
block vars
-var hey = 'oh, hi';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment