{% macro sidebar_link(page) %}
  • {{ page.title }}
  • {% endmacro %} {% macro sidebar_group(title, section_path) %} {% set section = get_section(path=section_path) %} {% set_global group_active = false %} {% for page in section.pages %} {% if page.permalink == current_url %} {% set_global group_active = true %} {% endif %} {% endfor %}
  • {% endmacro %} {% macro render_docs_sidebar() %} {% endmacro %}