{% comment %} Copyright (c) 2006-2007, PreFab Software Inc. Copyright (c) 2006, Andrew Gwozdziewycz All rights reserved. {% endcomment %} {% extends "blog/blog_base.html" %} {% load blog_extras %} {% block "browsertitle" %} {{ year }}'s Posts {% endblock %} {% block "contentbody" %} {% for d in date_list %} {{ d|date:"F Y"}}
{% endfor %} {% endblock %} {% block "taglist" %} {% include "blog/includes/popular_tags.html" %} {% endblock %}