{% extends "note_base.html" %} {% load notes_extras %} {% block title %}Archive {{ year }} – Notes{% endblock %} {% block content %}

Archive {{ year }}

{% if months %} {% else %}

No notes

{% endif %} {% endblock %}