X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/4edd814ec56ce8b215518628e4b9acce8b003baa..c7c4e20fdf3716e81db1f1bd2b8a1b64f94ef69a:/notes/templates/note.html diff --git a/notes/templates/note.html b/notes/templates/note.html index 7f384f9..0cc6e3d 100644 --- a/notes/templates/note.html +++ b/notes/templates/note.html @@ -1,5 +1,5 @@ {% load markdownify %} -
+

{{ note.title }}

{% if note.is_draft %}

Status: Draft

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