{{ month }}

{% if todo %}

{{ todo.body_html|safe }}
{% endif %} {% for entry in month_entries %}
{{ entry.title_html }}
{{ 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 year in all_months_by_year.keys() %}

{% endfor %}