Home {% for section in site.data.sections %} {% if section.doc %} {{ section.title }} {% else %}
{{ section.title }}
    {% for subSection in section.docs %}
  • {{ subSection.title }}
  • {% endfor %}
{% endif %} {% endfor %}