{% if "side_nav_sections" in sections %}
    {% for side_nav_section in sections.side_nav_sections %}
  • {{ side_nav_section.title }}
  • {% endfor %}
{% for side_nav_section in sections.side_nav_sections %}
{% for links_section in side_nav_section.primary_links %} {% if links_section.title %}

{{ links_section.title }}

{% endif %}
{% if side_nav_section.secondary_links %} {% set split_links_list = split_list(links_section.links, 2) %} {% else %} {% set split_links_list = split_list(links_section.links, 3) %} {% endif %}
    {% for link in split_links_list[0] %} {% with url = link.url, title = link.title, description = link.description, secondary_cta_url = link.secondary_cta_url, secondary_cta_title = link.secondary_cta_title %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %}
    {% for link in split_links_list[1] %} {% with url = link.url, title = link.title, description = link.description %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %}
{% if secondary_links not in side_nav_section %}
    {% for link in split_links_list[2] %} {% with url = link.url, title = link.title, description = link.description %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %}
{% endif %}
{% endfor %}
{% if side_nav_section.secondary_links %}
{% for links_section in side_nav_section.secondary_links %}

{{ links_section.title }}

    {% for link in links_section.links %}
  • {{ link.title }}
  • {% endfor %}
{% endfor %}
{% endif %}
{% if side_nav_section.section_footer %}
{% if "copy" in side_nav_section.section_footer %}

{{ side_nav_section.section_footer['copy'] }}

{% endif %} {{ side_nav_section.section_footer['cta_title'] }}
{% endif %}
{% endfor %}
{% elif "primary_links" in sections %}
{% for links_section in sections.primary_links %} {% if links_section.title %}

{{ links_section.title }}

{% endif %}
{% set split_links_list = split_list(links_section.links, 3) %}
    {% for link in split_links_list[0] %} {% with url = link.url, title = link.title, description = link.description, secondary_cta_url = link.secondary_cta_url, secondary_cta_title = link.secondary_cta_title %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %}
    {% for link in split_links_list[1] %} {% with url = link.url, title = link.title, description = link.description %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %}
    {% for link in split_links_list[2] %} {% with url = link.url, title = link.title, description = link.description %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %}
{% endfor %}
{% if sections.secondary_links %} {% for links_section in sections.secondary_links %}

{{ links_section.title }}

    {% for link in links_section.links %}
  • {{ link.title }}
  • {% endfor %}
{% endfor %} {% else %} {% for links_section in sections.highlighted_secondary_links %}

{{ links_section.title }}

    {% for link in links_section.links %} {% with url = link.url, title = link.title, description = link.description %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %}
{% endfor %} {% endif %}
{% endif %}
  • {% if "side_nav_sections" in sections %} {% for side_nav_section in sections.side_nav_sections %}
    • {% for links_section in side_nav_section.primary_links %} {% if links_section.title %}

      {{ links_section.title }}

      {% endif %} {% for link in links_section.links %} {% with url = link.url, title = link.title, description = link.description, secondary_cta_url = link.secondary_cta_url, secondary_cta_title = link.secondary_cta_title, tabindex = "-1" %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %} {% endfor %} {% if side_nav_section.secondary_links %} {% for links_section in side_nav_section.secondary_links %}

        {{ links_section.title }}

        {% for link in links_section.links %}
      • {{ link.title }}
      • {% endfor %}
      {% endfor %} {% endif %}
  • {% endfor %} {% elif "primary_links" in sections %} {% for links_section in sections.primary_links %} {% if links_section.title %}

    {{ links_section.title }}

    {% endif %} {% for link in links_section.links %} {% with url = link.url, title = link.title, description = link.description, secondary_cta_url = link.secondary_cta_url, secondary_cta_title = link.secondary_cta_title, tabindex = "-1" %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %} {% endfor %} {% if "highlighted_secondary_links" in sections %} {% for links_section in sections.highlighted_secondary_links %} {% if links_section.title %}

    {{ links_section.title }}

    {% endif %} {% for link in links_section.links %} {% with url = link.url, title = link.title, description = link.description, secondary_cta_url = link.secondary_cta_url, secondary_cta_title = link.secondary_cta_title, tabindex = "-1" %} {% include "templates/meganav/_list-item.html" %} {% endwith %} {% endfor %} {% endfor %} {% endif%} {% endif %}