{% if lang == config.default_language %}
{% set rootsectionpath = "_index.md" %}
{% else %}
{% set rootsectionpath = "_index." ~ lang ~ ".md" %}
{% endif %}
{% set mainsec = get_section(path=rootsectionpath) %}
{% if mainsec.extra.menu.main %}
{% for val in mainsec.extra.menu.main %}