{% if config.extra.header_nav %} {% if page %} {% set active_path = page.path | trim_end_matches(pat="/") %} {% elif section %} {% set active_path = section.path | trim_end_matches(pat="/") %} {% elif current_path %} {% set active_path = current_path | trim_end_matches(pat="/") %} {% else %} {% set active_path = "" %} {% endif %}