{{ log.debug() }} {% import "language.html" as lang with context %}
{{ section.title or lang.t("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 %}