{% include 'block_header_open.html' %} {{ post.title }} {% include 'block_header_close.html' %}

{% include 'Singular_title.html' %}

{% if post.summary %}
{{ post.summary }}
{% endif %}
{% if post.photo %} {{ post.photo }} {% endif %} {{ post.html }}
{% if post.syndicate|length %} {% endif %} {% if post.replies|length %}

Replies

    {% for mtime, comment in post.replies %} {% include 'Comment.html' %} {% endfor %}
{% endif %} {% if post.reactions|length %}

Reactions

{% for character, comments in post.reactions.items() %}
{{ character }}
    {% for mtime, comment in comments %} {% include 'Comment.html' %} {% endfor %}
{% endfor %}
{% endif %}
{% include 'block_footer.html' %}