{#- `counter` is used to set the `position` (http://schema.org/position) on each breadcrumb item -#} {%- macro list() -%} {#- trim whitespace -#}{{ counter.reset() }}{#- -#} {%- endmacro -%} {%- macro item(text, url) -%} {#- -#}{{ counter.increment() }}{#- -#}
  • {#- -#}{{ text }}{#- -#} {#- -#}
  • {%- endmacro -%} {%- macro activeItem(text) -%} {#- -#}{{ counter.increment() }}{#- -#}
  • {#- -#}{{ text }}{#- -#} {#- -#}
  • {%- endmacro -%}