{% for name, param_list, docstring in function_list %}
  • {{name}}({{param_list}})
  • {% endfor %}