{% macro _category_path(category, truncated_path) %}
{% set first_node, inner_nodes, last_node, truncated = truncated_path %}
{% if first_node is not none %}
{% endmacro %}
{% macro _category_item(category, truncated_path, extra_info='') %}