1 {% extends
"note_base.html" %}
3 {% block title %}Archive {{ month }} / {{ year }} – Notes{% endblock %}
6 <h2 class=
"container mt-5">Archive {{ month }} / {{ year }}
</h2>
10 {% for note in notes %}
11 <li><a href=
"{{ note.get_absolute_url }}">{{ note.title }}
</a></li>