comments-right.html 181 Bytes
{% autoescape %}

<div class="alert alert-success">
    <i class="fas fa-thumbs-up fa-3x"></i> Certo!
    {% if comments %}
    <hr>
        {{ md(comments) }}
    {% end %}
</div>