Skip to content

Instantly share code, notes, and snippets.

@paulmsmith
Created May 10, 2016 11:08
Show Gist options
  • Save paulmsmith/92ac075e2f832fb126ccd130e9e17511 to your computer and use it in GitHub Desktop.
Save paulmsmith/92ac075e2f832fb126ccd130e9e17511 to your computer and use it in GitHub Desktop.
example jon
{% macro item(args) %}
<li>blah</li>
{% endmacro %}
{% macro nav(args) %}
<ul>
{{ item('foo')}}
{{ item('bar')}}
</ul>
{% endmacro %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment