{%- macro draw_toc_for_nav(nav_item_to_draw) %} {%- for nav_child in nav_item_to_draw.children %}
  • {{ nav_child.title }}
  • {%- if page_title == nav_child.title%} {%- for toc_item in toc %}
  • {{ toc_item.title }}
  • {%- endfor %} {%- endif %} {%- endfor %} {%- endmacro %}
      {%- block search_button %}
    • Search
    • {%- endblock %} {%- for nav_item in nav %} {%- for nav_child in nav_item.children %} {%- if nav_child.title == page_title %} {{ draw_toc_for_nav(nav_item)}} {%- endif %} {%- if page_title == None %} {%- if nav_child.title == 'Architecture' %} {{ draw_toc_for_nav(nav_item)}} {%- endif %} {%- endif %} {%- endfor %} {%- endfor %}