Published in {{ month|date:"F, Y" }}

Dates

Entries

Stats for {{ month|date:"F, Y" }}

Total Words written: {{ total_words }}

{% for word, count in most_common %} {% endfor %}
Most Common words
WordTimes Used
{{ word }}{{ count }}
{% if previous_month or next_month %}

{% if previous_month %} {% with y=previous_month|date:"Y" m=previous_month|date:"m" %} {{ previous_month|date:"F Y" }}. {% endwith %} {% endif %} {{ month|date:"F, Y" }}. {% if next_month %} {% with y=next_month|date:"Y" m=next_month|date:"m" %} {{ next_month|date:"F Y" }}. {% endwith %} {% endif %}

{% endif %}