{% for group, explicit, resources in index %} {% if explicit %}
  • {{ group }}
      {% endif %} {% for res, label in resources %}
    • {{ label }}
    • {% endfor %} {% if explicit %}
  • {% endif %} {% endfor %}