{% if post.photo %}
{{ post.photo }}
{% endif %}
{{ post.html }}
{% include 'Singular_title.html' %}
{{ post.summary }}
{% endif %}
Replies
-
{% for mtime, comment in post.replies %}
{% include 'Comment.html' %}
{% endfor %}
Reactions
-
{% for character, comments in post.reactions.items() %}
- {{ character }}
-
-
{% for mtime, comment in comments %}
{% include 'Comment.html' %}
{% endfor %}
{% endfor %}