{% extends "base.html" %} {% set title = "Blog" %} {% set stylelist = ["blog/index.css"] %} {% block content %}

The BLOG

Public writing archive

{% for year, zodiac in blog.index.years | dictsort | reverse %}
The {{ zodiac }}, zodiac animal of {{ year }}
{% endfor %}
{% endblock %}