From 1920b397fad8b1d6cd0233a5aa9a12365b16a287 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 2 Nov 2022 18:35:40 -0400 Subject: Initial commit --- templates/note.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/note.html (limited to 'templates/note.html') diff --git a/templates/note.html b/templates/note.html new file mode 100644 index 0000000..917d461 --- /dev/null +++ b/templates/note.html @@ -0,0 +1,18 @@ +
+

$title$

+ $if(date)$ +
+ $if(note_status)$ + $note_status$ + $endif$ +
+

Published: $date$

+

Last Edited: $last_edit$

+
+
+ $endif$ +
+
+
+$body$ +
-- cgit v1.2.3