{% macro breadcrumbs(history) %} {{ "main"|lang }} {% for item in history %} {% if item.link %}{% endif %} {% if item.html %} {% raw %}{{ item.html }}{% endraw %} {% else %} {{ item.text }} {% endif %} {% if item.link %}{% endif %} {% endfor %} {% endmacro %}