{% for name, link, docstring in class_list %}
  • {{name}}{% if docstring %} - {{docstring}}{% endif %}
  • {% endfor %}