X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/f253eb82624c454150771efb46b6d34595eb6183..938098389e8f0871a23d193a710c332ea3344eec:/notes/templates/note_detail.html?ds=inline

diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html
index 1fdfae9..d15296d 100644
--- a/notes/templates/note_detail.html
+++ b/notes/templates/note_detail.html
@@ -1,12 +1,7 @@
 {% extends "note_base.html" %}
-{% load markdownify %}
 
-{% block title %}{{ note.title }}{% endblock %}
+{% block title %}{{ note.title }} – Notes{% endblock %}
 
 {% block content %}
-  <h1>{{ note.title }}</h1>
-
-  <div>{{ note.content|linebreaksbr|markdownify }}</div>
-  
-  <p>Date: {{ note.created_at|date:"Y-m-d H:i" }}</p>
+{% include "note.html" %}
 {% endblock %}
\ No newline at end of file