1 {% extends
"note_base.html" %}
2 {% load notes_extras %}
4 {% block title %}Archive {{ year }} – Notes{% endblock %}
7 <h2>Archive {{ year }}
</h2>
11 {% for month in months %}
12 <li><a href=
"{{ month.created_month }}/">{{ month.created_month|month_name }}
</a> ({{ month.total }})
</li>