{% if category %} {% set navObj=category %} {% elseif tag %} {% set navObj=tag %} {% elseif yearMonth %} {% set navObj=yearMonth %} {% endif %} {% if navObj %} {% include "block/breadcrumbs.html" %} {% endif %}

    {% for blog in blogList %} {% if blog.title %} {% include "blog/blog.html" %} {% endif %} {% endfor %} {% include "block/nav.html" %} {% include "block/secondary.html" %}