{% if ( post.photo ) %}
{% include 'block_photo.html' %}
{% endif %}
{% if ( post.exif ) %}
{% include 'block_exif.html' %}
{% endif %}
{{ post.html }}
{% if ( post.syndicate ) %}
{% endif %}
{% include 'block_reaction.html' %}
{% elif post.title|length %}{{ post.title }}
{% endif %} {% if 'IT' in post.tags %} {% if post.updated %} {% set py = post.updated|date('%Y')|int %} {% else %} {% set py = post.published|date('%Y')|int %} {% endif %} {% if( "now"|date('%Y')|int - py ) >= 2 %}WARNING: this entry was published in {{ post.published|date('%Y') }}.
It might be outdated.
{% endif %}
{%endif%}
{{ post.sumhtml }}
{% endif %}
Replies
{% for reply in post.replies %}-
{% endfor %}
{% endif %} {% if post.reacjis|length > 0 %}{% if reply.author.url %} {{ reply.author.name }} {% else %} {{ reply.author.name }} {% endif %}
{% if reply.source|length > 0 %}Read response at:
{% endif %}{{ reply.source }}
Reactions
{% for reacji, replies in post.reacjis.items() %}- {{ reacji }}
-
{% endfor %}
{% endif %}{% for reply in replies %}-
{% if reply.author.url %}
{{ reply.author.name }}
{% else %}
{{ reply.author.name }}
{% endif %}
{% endfor %}