{% 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.summary }}
{% endif %}
{{ post.html }}
{% if ( post.exif ) %}
{% include 'block_exif.html' %}
{% endif %}
{% if ( post.syndicate ) %}
{% include 'block_syndicate.html' %}
{% endif %}