]> git.0d.be Git - chloro.git/blob - chloro/phyll/templates/phyll/note_detail.html
add basic view of a note
[chloro.git] / chloro / phyll / templates / phyll / note_detail.html
1 {% extends "phyll/base.html" %}
2
3 {% block body %}
4 <h1>{{ object.title }}</h1>
5
6 <div>{{ object.text|safe }}</div>
7
8 {% endblock %}