X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/f253eb82624c454150771efb46b6d34595eb6183..16158647286ae7497203e084789688c613698d68:/notes/templates/note_detail.html diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html index 1fdfae9..f760e4b 100644 --- a/notes/templates/note_detail.html +++ b/notes/templates/note_detail.html @@ -1,12 +1,12 @@ {% extends "note_base.html" %} {% load markdownify %} -{% block title %}{{ note.title }}{% endblock %} +{% block title %}Notes - {{ note.title }}{% endblock %} {% block content %} -

{{ note.title }}

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

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

+
+

{{ note.title }}

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

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

+
{% endblock %} \ No newline at end of file