Prebid Logo
    {% assign arrSections = site.data.dropdown_v2 | where: "isHeader", "1" %} {% for item in arrSections %}
  • {{ item.sectionName }} {% if item.hasSubMenus == 1 %}
    {% assign arrSubSections = item.submenus | where: "isSubSectionStart", "1" %} {% for subSection in arrSubSections %} {% assign sectionOpen = 0 %} {% assign idx = forloop.index0 %} {% assign arrSubItems = item.submenus | where: "subsectionId", idx %} {% for subItem in arrSubItems %} {% if subItem.isSubSectionStart == 1 %} {% if sectionOpen == 1 %}
    {% endif %} {% assign sectionOpen = 1 %}
    {{subItem.title}} {% else %} {{subItem.title}} {% endif %} {% endfor %} {% if sectionOpen == 1 %}
    {% endif %} {% endfor %}
{% endif %} {% endfor %}