]> git.p6c8.net - pcdenotes.git/blobdiff - notes/templates/note_detail.html
Made footer stay at the bottom
[pcdenotes.git] / notes / templates / note_detail.html
index 1fdfae99d044468a6c2a2bca6610bad72ff6f975..b097c554d625c215736a0b09f05d140124d182bb 100644 (file)
@@ -1,12 +1,8 @@
 {% extends "note_base.html" %}
 {% load markdownify %}
 
 {% extends "note_base.html" %}
 {% load markdownify %}
 
-{% block title %}{{ note.title }}{% endblock %}
+{% block title %}Notes - {{ note.title }}{% endblock %}
 
 {% block content %}
 
 {% 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
 {% endblock %}
\ No newline at end of file

patrick-canterino.de