{# Composable breadcrumb block. The shell renders it for every page whose context carries a `breadcrumb` list, so a feature only passes data: {{ render_block('breadcrumb', breadcrumb=[ {'label': 'Courses', 'url': '/courses'}, {'label': 'EGC', 'url': '/courses/egc'}, {'label': 'Tema 1', 'url': None}]) }} The last entry is where the reader is, so it is text and not a link even when it carries a url. The separators are drawn by CSS: a "/" written here would be read out between every pair of labels. #} {%- if breadcrumb %} {%- endif %}