Super-simple comment display.
[zzz-floof.git] / floof / templates / art / show.mako
index 262f1cb..5895be8 100644 (file)
@@ -1,4 +1,5 @@
 <%inherit file="/base.mako" />
+<%namespace name="comments" file="/comments.mako" />
 
 <%! from floof.model.art import Rating %>
 
@@ -33,3 +34,4 @@ ${h.end_form()}
 
 <img class="full" src="${c.art.get_path()}">
 
+${comments.entire_thread(c.art.discussion)}