UPdate.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{# retoor <retoor@molodetz.nl> #}
|
||||
<nav class="breadcrumb">
|
||||
<a href="{{ static_prefix }}index.html">Home</a>
|
||||
{% for crumb in breadcrumb %}
|
||||
<span class="separator">/</span>
|
||||
{% if loop.last %}
|
||||
<span>{{ crumb.title }}</span>
|
||||
{% else %}
|
||||
<a href="{{ static_prefix }}{{ crumb.url }}">{{ crumb.title }}</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</nav>
|
||||
Reference in New Issue
Block a user