{{ note.title }}
ID: {{ note.id }}
{{ note.content|linebreaksbr|markdownify }}
Link: View
Date: {{ note.created_at|date:"Y-m-d H:i" }}
- {% empty %} -No notes
- {% endfor %} +X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/3fb7b9dea69252f64ee82967dfca97baf1b02df7..d58d60efc6e8087bfdde14c83c7989799bf6a568:/notes/templates/note_list.html?ds=sidebyside diff --git a/notes/templates/note_list.html b/notes/templates/note_list.html index fb2da33..e996fb2 100644 --- a/notes/templates/note_list.html +++ b/notes/templates/note_list.html @@ -1,26 +1,20 @@ +{% extends "note_base.html" %} {% load markdownify %} - - -
-ID: {{ note.id }}
Link: View
Date: {{ note.created_at|date:"Y-m-d H:i" }}
- {% empty %} -No notes
- {% endfor %} +No notes
+ {% endfor %} -Number of notes: {{ notes_count }}
- - - +Number of notes: {{ notes_count }}
+{% endblock %} \ No newline at end of file