X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/f534e3e94d119d6baa2edebfd69e3d1ee055e57b..e38cf469ca320b6f1e019e02befd173b5c223056:/notes/templates/note.html diff --git a/notes/templates/note.html b/notes/templates/note.html index 9eebd5c..b2b7519 100644 --- a/notes/templates/note.html +++ b/notes/templates/note.html @@ -1,7 +1,7 @@ -{% load markdownify %} -
-

{{ note.title }}

+{% load notes_extras %} + +

{{ note.title }}

{% if note.is_draft %}

Status: Draft

{% endif %} -
{{ note.content|linebreaksbr|markdownify }}
+
{{ note.content|markdown|safe }}

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

\ No newline at end of file