{% extends "base.html" %} {% load blog_tags %} {% load staticfiles %} {% block extrahead %} {% block blogheaders %}{% endblock %} {% endblock %} {% block subpagetitle %}blog{% endblock %} {% block pagestyle %}blog{% endblock %} {% block leftnav %}{% endblock %} {% block navigation %}
  • Blog
  • {% endblock %} {% block maincontent %}{% endblock %} {% block rightnav %} {% get_blogroll %} {% for cat in blogroll_categories %}

    {{ cat.title }}

    {% endfor %}

    Archives

    {% get_blog_months %} {% for month in blog_months %} {% ifchanged %}{% if not forloop.first %}
    {% endif %}{{month|date:"Y"|lower}}
    {% endifchanged %} {{ month|date:"M" }} {% ifequal month.month 6 %}
    {% endifequal %}{% endfor %} {% endblock %} {% block pager %} {% endblock %}