{% if not no_path_section %}
{%- for c in path -%} / {% if loop.index < path.length %}{{ c[0] if c[3] else _(c[0]) }}{% endif %} {%- endfor %}

{{ path[path.length - 1][0] if path[path.length - 1][3] else _(path[path.length - 1][0]) }}

{% include "partials/hamburger.html" %}
{% endif %}