Skip to content

Instantly share code, notes, and snippets.

@rbanffy
Created July 27, 2012 00:51
Show Gist options
  • Save rbanffy/3185496 to your computer and use it in GitHub Desktop.
Save rbanffy/3185496 to your computer and use it in GitHub Desktop.
{% for c in breadcrumbs %}
<a href="{{ c.url }}">{{ c.title }}</a>
{% if not loop.last %}&gt;&gt;{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment