Пример #1
0
def notes():
    with get_session() as s:
        notes = Note.get_all(s)
        return render_template("notes.html", notes=notes)