X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/083b6653f96bcbbea1328090e4775b055ab01c03..4f2fc553b395668623d66dc5ca65b22b9da03953:/notes/templates/note.html diff --git a/notes/templates/note.html b/notes/templates/note.html index 0dbba54..60353b1 100644 --- a/notes/templates/note.html +++ b/notes/templates/note.html @@ -1,6 +1,7 @@ -{% load markdownify %} -
-

{{ note.title }}

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

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

+{% load notes_extras %} + +

{{ note.title }}

+ {% if note.is_draft %}

Status: Draft

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

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

\ No newline at end of file