{% extends "note_base.html" %} {% block title %}Archive – Notes{% endblock %} {% block content %}
Archive
{% if years %}
{% for year in years %}
{{ year }}
{% endfor %}
{% else %}
No notes
{% endif %} {% endblock %}