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