{% load static %}

{{ day_string_long }}

Give your day a rating between 1 and 10!


  {% for tag in unused_tags %}
{{ tag.name }}
{% endfor %}
  {% for tag in positive_tags %}
{{ tag.name }}
{% endfor %}
  {% for tag in negative_tags %}
{{ tag.name }}
{% endfor %}