Skip to content

Instantly share code, notes, and snippets.

@avelino
Created June 4, 2014 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avelino/71196d92ef1125385d88 to your computer and use it in GitHub Desktop.
Save avelino/71196d92ef1125385d88 to your computer and use it in GitHub Desktop.
breadcrumb opps
<ul class="list-inline">
{% for obj in breadcrumb %}
<li><a href="{{ obj.get_absolute_url }}">{{ obj.name }}</a>{% if not forloop.last %}<span>></span>{% endif %}</li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment