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

{{ note.title }}

+

{{ note.title }}

{% if note.is_draft %}

Status: Draft

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

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