X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/c72b86bdd8c5a7b826a5b02cfbc1928c8bd8d509..69d7df229ddc5c993178928ad91f3273080da42c:/notes/templates/note.html diff --git a/notes/templates/note.html b/notes/templates/note.html index ddc9c11..b2b7519 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 }}
+
{{ note.content|markdown|safe }}

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

\ No newline at end of file