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