X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/d063502baa4a57159666cf9386aa1809f29fff22..0728925ab9bd91a030996e58e4af66d20187ce18:/notes/templates/note.html?ds=sidebyside diff --git a/notes/templates/note.html b/notes/templates/note.html index 1bce423..ddc9c11 100644 --- a/notes/templates/note.html +++ b/notes/templates/note.html @@ -1,7 +1,7 @@ {% 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" }}

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

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

\ No newline at end of file