{% set paths = load_data(path="paths.toml") %} {% if current_path == "/" %} south london {% else %} south london {% endif %} {% for path in paths.paths %} {% if current_path is starting_with(path.path) %} {{ path.name }} {% else %} {{ path.name }} {% endif %} {% endfor %}