X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/53a6ba8267b2e8bf88d601c55e2df429a5230ff0..332679e96e43730862622eb3325b3d2f9d0e473a:/notes/templates/note.html?ds=sidebyside diff --git a/notes/templates/note.html b/notes/templates/note.html index 7f384f9..60353b1 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 O" }}

\ No newline at end of file