{% include 'block_header_open.html' %} {{ post.title }} {% include 'block_header_close.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 %}
{% if post.summary %}
{{ post.summary }}
{% endif %}
{% if post.photo %} {{ post.photo }} {% endif %} {{ post.html }}
{% 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' %}