X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/0f4e8b8769f4e9d58350b5d81cf931f61f03a33a..ae03458e871011aea691e3d67b577f60362f481d:/notes/templates/note_detail.html diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html index f760e4b..22ea0e0 100644 --- a/notes/templates/note_detail.html +++ b/notes/templates/note_detail.html @@ -4,7 +4,7 @@ {% block title %}Notes - {{ note.title }}{% endblock %} {% block content %} -
+

{{ note.title }}

{{ note.content|linebreaksbr|markdownify }}

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