{{site.title}}
    {% include conditions.html %} {% for entry in topnav %} {% for subcategory in entry.subcategories %} {% if subcategory.audience contains buildAudience %} {% if subcategory.external_url %}
  • {{subcategory.title}}
  • {% elsif page.url contains subcategory.url %}
  • {{subcategory.title}}
  • {% else %}
  • {{subcategory.title}}
  • {% endif %} {% endif %} {% endfor %} {% endfor %} {% for entry in topnav_dropdowns %} {% for subcategory in entry.subcategories %} {% if subcategory.audience contains buildAudience %}
  • {{ subcategory.title }}
      {% for subitem in subcategory.items %} {% if subitem.audience contains buildAudience %} {% if subitem.external_url %}
    • {{subitem.title}}
    • {% elsif page.url contains subitem.url %}
    • {{subitem.title}}
    • {% else %}
    • {{subitem.title}}
    • {% endif %} {% endif %} {% endfor %} {% endif %}
  • {% endfor %} {% endfor %}