Published on {{ day|date:"F jS, Y" }}

Stats for {{ day|date:"F jS, Y" }}

Total Words written: {{ total_words }}

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

{% if previous_day %} {% with y=previous_day|date:"Y" m=previous_day|date:"m" d=previous_day|date:"d"%} {{ previous_day|date:"F jS, Y" }}. {% endwith %} {% endif %} {{ day|date:"F jS, Y" }}. {% if next_day %} {% with y=next_day|date:"Y" m=next_day|date:"m" d=next_day|date:"d"%} {{ next_day|date:"F jS, Y" }}. {% endwith %} {% endif %}

{% endif %}