Skip to content

Instantly share code, notes, and snippets.

@pnegri
Created August 30, 2013 16:22
Show Gist options
  • Save pnegri/6391628 to your computer and use it in GitHub Desktop.
Save pnegri/6391628 to your computer and use it in GitHub Desktop.
<ul>
{% for nav in top_menu %}
<li><a href="{{ nav.url }}">{{ nav.title }}</a></li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment