{% for comment in leading_detached %}
{{comment|md|safe}}
{% endfor %} {% if let Some(comment) = leading %}
{{comment|md|safe}}
{% endif %} {% if let Some(comment) = trailing %}
{{comment|md|safe}}
{% endif %}