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

{{ taxonomy.name }}

{% for year in by_year.keys()|sort(reverse=True) %}

{{ year }}

{% for post in by_year[year]|sort(attribute='pubtime',reverse=True) %}

{% include 'Singular_title.html' %}

{% if post.summary %}
{{ post.summary }} […]
{% else %}
{% if post.photo %} {{ post.photo }} {% endif %} {{ post.html }}
{% endif %}
{% endfor %} {% endfor %}
{% include 'block_footer.html' %}