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