{% for crumb in crumbs %}
  • {% if let Some(icon) = crumb.icon %} {% endif %} {{ crumb.title }}
  • {% endfor %}
  • {% if let Some(icon) = last.icon %} {% endif %} {{ last.title }}