📝 Notes
Every lesson note across your library, newest first.
{% if not notes %}No notes yet - jot something down on a lesson page and it'll show up here.
{% endif %}
{% for note in notes %}
{{ note.lesson_title }}
{{ note.course_name }}
{% if note.timestamp_label %}
{% endif %}
{% if note.pushed_to_outline %}
Outline
{% endif %}
{{ note.text }}
Open lesson →