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

{{ taxonomy.name }}

{% for post in posts %}

{% include 'Singular_title.html' %}

{% if post.summary %}
{{ post.summary }}
{% else %}
{% if post.photo %} {{ post.photo }} {% endif %} {{ post.html }}
{% endif %}
{% endfor %}
{% if taxonomy.total > 1 %} {# based on: http://dev.dbl-a.com/symfony-2-0/symfony2-and-twig-pagination/ #} {% endif %} {% include 'block_footer.html' %}