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