]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/templates/phyll/note_detail.html
add basic view of a note
[chloro.git] / chloro / phyll / templates / phyll / note_detail.html
diff --git a/chloro/phyll/templates/phyll/note_detail.html b/chloro/phyll/templates/phyll/note_detail.html
new file mode 100644 (file)
index 0000000..4abf3af
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "phyll/base.html" %}
+
+{% block body %}
+<h1>{{ object.title }}</h1>
+
+<div>{{ object.text|safe }}</div>
+
+{% endblock %}