{{ post.html }}
{% include 'Singular_title.html' %}
{% if 'article' == post.category and post.age >= 2 %}WARNING: this entry was published at {{ post.pubdate }}.
It might be outdated.
{% endif %}
{% for url in post.syndicate %}
{% endfor %}
{{ 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 %}