{% for caption, url in breadcrumbs %}
{{ caption }}{% if not forloop.last %}
»{% endif %}{% endfor %}
{% endif %}
{% endblock %}
{% block content %}{% endblock %}