{{ title }}
{{ month }}
{% for entry in month_entries %}
{{ entry.body_html|safe }}
{% endfor %}
About
{{ about|safe }}
Weeks
{% for entry in month_entries %} {% if entry.start_of_week %}
{{ entry.anchor }}
{% endif %} {% endfor %}
Archives »
{% for item in all_months %}
{{item}}
{% endfor %}