projects
/
chloro.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4abf3af256902ea60853c30cbbb52954f93026d7
[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 %}