{% include 'header.twig' %}
{% for comment in replies %}
{{ comment.text|slice(0, 256)|markdown|raw }} {# Post info #}
read reply — by {{ comment.username }} on {{ comment.postTitle }}
{% endfor %}
{% include 'footer.twig' %}