{% if request.user.is_authenticated %} Logout {% endif %}
{% if years %}
  • Archives
      {% for year in years %}
    • {{ year }}
    • {% endfor %}
{% endif %}