{{site.topnav_title}} {{site.topnav_version}}
    {% include custom/conditions.html %} {% for entry in topnav %} {% for subcategory in entry.subcategories %} {% if subcategory.audience contains audience and subcategory.product contains product and subcategory.platform contains platform and subcategory.version contains version and subcategory.web != false %} {% if subcategory.external_url %}
  • {{subcategory.title}}
  • {% elsif page.url contains subcategory.url %}
  • {{subcategory.title}}
  • {% else %}
  • {{subcategory.title}}
  • {% endif %} {% endif %} {% endfor %} {% endfor %} {% if site.feedback_email %}
  • Feedback
  • {% endif %} {% for entry in topnav_dropdowns %} {% for subcategory in entry.subcategories %} {% if subcategory.audience contains audience and subcategory.product contains product and subcategory.platform contains platform and subcategory.version contains version and subcategory.web != false %}
  • {{ subcategory.title }}
      {% for subitem in subcategory.items %} {% if subitem.audience contains audience and subitem.product contains product and subitem.platform contains platform and subitem.version contains version and subitem.web != false% %} {% if subitem.external_url %}
    • {{subitem.title}}
    • {% elsif page.url contains subitem.url %}
    • {{subitem.title}}
    • {% else %}
    • {{subitem.title}}
    • {% endif %} {% endif %} {% endfor %} {% endif %}
  • {% endfor %} {% endfor %}