{{ log.debug() }}
{{ section.title or "Yields:" }}
    {% for yields in section.value %}
  • {% if yields.name %}{{ yields.name }}{% endif %} {% if yields.annotation %} {% with expression = yields.annotation %} {% if yields.name %}({% endif %} {% include "expression.html" with context %} {% if yields.name %}){% endif %} {% endwith %} {% endif %} –
    {{ yields.description|convert_markdown(heading_level, html_id) }}
  • {% endfor %}