{% extends "note_base.html" %} {% block title %}Notes{% endblock %} {% block content %} {% for note in notes_page %} {% include "note.html" %} {% empty %}

No notes

{% endfor %} {% if page_count > 1 %} {% endif %} {% endblock %}