{{ post.title }}
{% endif %}
{% if ( post.photo ) %}
{% include 'block_photo.html' %}
{% endif %}
{% if ( post.exif ) %}
{% include 'block_exif.html' %}
{% endif %}
{{ post.html }}
{% endif %}
{% include 'block_header_open.html' %}
{{ taxonomy.description }}
{% endif %} {% for post in posts %} {% if ( ( post.category == 'photo' ) ) %} {% set hentry = 'photo' %} {% elif ( ( post.category == 'article' ) or (post.category == 'journal' ) ) %} {% set hentry = 'article' %} {% elif ( ( post.category == 'note' ) or ( post.category == 'reply' ) ) %} {% set hentry = 'note' %} {% elif ( post.category == 'favorite' ) %} {% set hentry = 'favorite' %} {% else %} {% set hentry = 'status' %} {% endif %}