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