Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created July 8, 2010 11:09
Show Gist options
  • Save Eugeny/467888 to your computer and use it in GitHub Desktop.
Save Eugeny/467888 to your computer and use it in GitHub Desktop.
<%def name="hello()">
hello world
</%def>
<%def name="upper(x)">
${str(x).upper()}
</%def>
${upper(hello())}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment