AWS re:Invent 2016 logo {{site_name}}
    {% for item in menus.primary %}
  • {{ item.title }}
  • {% endfor %}
Toggle Extended Navigation
    {% for item in menus.secondary %}
  • {{ item.title }} {% if item.sub %} {% for sub in item.sub %} {% if loop.first %}
      {% endif %}
    • {{ sub.title|safe }}
    • {% if loop.last %}
    {% endif %} {% endfor %} {% endif %}
  • {% endfor %}