{{ title }}
    {% if data %} {% for item in data %}
  • {{ item.tag.description }}
    {% for path in item.paths %} {% if request.GET.path == path.path %}
    {{ path.summary }}
    {% else %}
    {{ path.summary }}
    {% endif %} {% endfor %}
  • {% endfor %} {% endif %}