Created
May 10, 2016 11:08
-
-
Save paulmsmith/92ac075e2f832fb126ccd130e9e17511 to your computer and use it in GitHub Desktop.
example jon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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