{% extends "page.html" %} {% block title %}

{{ page.title }}

{% endblock %} {% block main %} {%- for item in index -%} {%- if loop.first -%} {%- set last_year = item.created.year -%}

{{ item.created.year }}

{{ item.created.year }}

{% if page.tags -%}

Tags

{{ tags_list(page.tags, inline=False, count=True) }} {%- endif %} {% endblock %}