# extends 'layout.html' # block title Blog Archive ${ super() } # endblock title # block head ${ super() } # endblock # block content
# include "fullblog_sidebar.html" # import "fullblog_macro_monthlist.html" as monthlist with context

Blog Archive

# if not blog_archive:

No blog posts.

# endif # for period, posts in blog_archive: ${monthlist.render_monthlist(to_unicode("%s %d" % (blog_month_names[period.month-1], period.year)), posts)} # endfor
# endblock content