From 7d55fc9935cd90343f7a9bfee602ef654f0afdb0 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 7 Apr 2025 16:10:26 -0500 Subject: notes: added new top level notes app to combine gtd and links --- app/notes/templates/note_list.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app/notes/templates/note_list.html (limited to 'app/notes/templates/note_list.html') diff --git a/app/notes/templates/note_list.html b/app/notes/templates/note_list.html new file mode 100644 index 0000000..bd16cc0 --- /dev/null +++ b/app/notes/templates/note_list.html @@ -0,0 +1,31 @@ +{% extends 'base_notes.html' %} +{% block primary %} +
+
+ + +
+
{% for object in object_list %} +{% endfor%}
+
+ + +{% endblock %} +{% block js %} + +{% endblock%} -- cgit v1.2.3