X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/ee38ff5eec83ee81d518125d2894c631da45c3f9..d063502baa4a57159666cf9386aa1809f29fff22:/notes/templates/note_detail.html?ds=sidebyside diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html index f760e4b..b097c55 100644 --- a/notes/templates/note_detail.html +++ b/notes/templates/note_detail.html @@ -4,9 +4,5 @@ {% block title %}Notes - {{ note.title }}{% endblock %} {% block content %} -
-

{{ note.title }}

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

Date: {{ note.created_at|date:"Y-m-d H:i" }}

-
+{% include "note.html" %} {% endblock %} \ No newline at end of file