X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/3fb7b9dea69252f64ee82967dfca97baf1b02df7..4f1c1d964f6606082652c873ca309e79f1f6dd5e:/notes/templates/note_detail.html diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html index 0862956..b097c55 100644 --- a/notes/templates/note_detail.html +++ b/notes/templates/note_detail.html @@ -1,19 +1,8 @@ +{% extends "note_base.html" %} {% load markdownify %} - - - - {{ note.title }} - - - - +{% block title %}Notes - {{ note.title }}{% 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