☰
{% block breadcrumb %} {% if breadcrumbs is defined %} {% for crumb in breadcrumbs %} {% if loop.last %}
{{ crumb.label }}
{% else %} {% if crumb.url %}
{{ crumb.label }}
{% else %}
{{ crumb.label }}
{% endif %}
/
{% endif %} {% endfor %} {% endif %} {% endblock %}
{% block content %}{% endblock %}