projets
/
auf_django_skin.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
move
[auf_django_skin.git]
/
auf
/
django
/
skin
/
templates
/
breadcrumb.html
1
{% block breadcrumb %}
2
3
Vous êtes ici :
4
{% for url, titre in breadcrumb %}
5
<a
href
=
"{{ url }}"
>
{{ titre }}
</a>
{% if not forloop.last %}
<span
class
=
"separator"
>
→
</span>
{% endif %}
6
{% endfor %}
7
8
{% endblock %}