X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/c7c4e20fdf3716e81db1f1bd2b8a1b64f94ef69a..218a404a6467fc7acab06efd5f1049acbc174cf2:/notes/templates/note.html diff --git a/notes/templates/note.html b/notes/templates/note.html index 0cc6e3d..d965325 100644 --- a/notes/templates/note.html +++ b/notes/templates/note.html @@ -1,7 +1,7 @@ -{% load markdownify %} +{% load notes_extras %}

{{ note.title }}

{% if note.is_draft %}

Status: Draft

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

Published on {{ note.created_at|date:"Y-m-d, H:i" }}

+
{{ note.content|markdown|safe }}
+

Published on {{ note.publication_date|date:"Y-m-d, H:i" }}

\ No newline at end of file