{{ block.text }}
{% elif block.type == 'heading' %}{{ block.text }}
{% elif block.type == 'blockquote' %}{{ block.text }}{% elif block.type == 'code' %}
{{ block.code }}
{% elif block.type == 'image' %}
{{ block.caption }}
{% endif %} {% elif block.type == 'list' %}-
{% for item in block.list_items %}
- {{ item }} {% endfor %}
Comments ({{ comments | length }})
{% for comment in comments %}{{ comment.text }}
{% if comment.replies %}{{ reply.text }}