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