{% 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 %} {{ year }} {% for month, len in blog.index.months %} {{ month }} {% endfor %} {% endfor %} {% endblock %}
Public writing archive