X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/3fb7b9dea69252f64ee82967dfca97baf1b02df7..98bfa7eca899ba3c4421fc7088c049165c857010:/notes/templates/note_detail.html?ds=sidebyside diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html index 0862956..d15296d 100644 --- a/notes/templates/note_detail.html +++ b/notes/templates/note_detail.html @@ -1,19 +1,7 @@ -{% load markdownify %} - +{% extends "note_base.html" %} - - - {{ note.title }} - - - - +{% block title %}{{ note.title }} – Notes{% endblock %} -

{{ note.title }}

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

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

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