X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/ae03458e871011aea691e3d67b577f60362f481d..f073a43ce9b3328f32c088b4789774ee65350ecc:/notes/templates/note_detail.html diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html index 22ea0e0..d15296d 100644 --- a/notes/templates/note_detail.html +++ b/notes/templates/note_detail.html @@ -1,12 +1,7 @@ {% extends "note_base.html" %} -{% load markdownify %} -{% block title %}Notes - {{ note.title }}{% endblock %} +{% block title %}{{ note.title }} – Notes{% endblock %} {% block content %} -
-

{{ note.title }}

- {{ note.content|linebreaksbr|markdownify }} -

Date: {{ note.created_at|date:"Y-m-d H:i" }}

-
+{% include "note.html" %} {% endblock %} \ No newline at end of file