]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_detail.html
Flipped title of detail view
[pcdenotes.git] / notes / templates / note_detail.html
index f760e4b330e16d5e5d078e93ec85f1a1cd4d8a11..0feb681cc5d1a2b303d5e255c5d38b5ccdd3e94f 100644 (file)
@@ -1,12 +1,8 @@
 {% 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

patrick-canterino.de