X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/ae03458e871011aea691e3d67b577f60362f481d..083b6653f96bcbbea1328090e4775b055ab01c03:/notes/templates/note.html diff --git a/notes/templates/note.html b/notes/templates/note.html new file mode 100644 index 0000000..0dbba54 --- /dev/null +++ b/notes/templates/note.html @@ -0,0 +1,6 @@ +{% load markdownify %} +
+

{{ note.title }}

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

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

+
\ No newline at end of file