{%- if not default_home_page -%}
Home
{%- if page.category -%}
{%- for c in page.category.split("/") -%}
{%- if loop.index == 1 -%}
{%- set id = c -%}
{%- else -%}
{% set id = id ~ "-" ~ c -%}
{%- endif -%}
» {{ c }}
{%- endfor -%}
{%- endif -%}
» {{ page.title }}
{%- endif -%}