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

diff --git a/notes/templates/note_detail.html b/notes/templates/note_detail.html
index f760e4b..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 %}Notes - {{ note.title }}{% endblock %}
+{% block title %}{{ note.title }} – Notes{% endblock %}
 
 {% block content %}
-  <article class="container mt-5">
-    <h2>{{ note.title }}</h2>
-    {{ note.content|linebreaksbr|markdownify }}
-    <p>Date: {{ note.created_at|date:"Y-m-d H:i" }}</p>
-  </article>
+{% include "note.html" %}
 {% endblock %}
\ No newline at end of file