projets
/
auf_django_skin.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
1.1
[auf_django_skin.git]
/
auf
/
django
/
skin
/
templates
/
breadcrumb.html
Commit
Line
Data
6a6650bf
OL
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 %}