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