{{ message }}
{% if diagnostics %}
    {% for d in diagnostics %}
  • {{ d.line }}:{{ d.col }} {{ d.text }}
  • {% endfor %}
{% endif %}