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