]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/templates/phyll/note_detail.html
style: start with large and not much designed
[chloro.git] / chloro / phyll / templates / phyll / note_detail.html
index f9d1b0101a60dacc909f22bb12c5a043c024c3f9..425ee2da38e13dbcf0779fd472c2e97691f53622 100644 (file)
@@ -1,9 +1,13 @@
 {% extends "phyll/base.html" %}
 {% load i18n %}
 
+{% block content-class %}post{% endblock %}
+
 {% block body %}
-<h1>{{ object.title }}</h1>
+<div>
+<h2>{{ object.title }}</h2>
 <div>{{ object.text|safe }}</div>
+</div>
 {% endblock %}
 
 {% block bottom-actions %}