<%inherit file="/base/index.html"/> <%def name="title()">Comment <%def name="heading()">

Comment

${c.comment.content}

Posted by ${c.comment.name} on ${c.comment.created.strftime('%c')}.

Visit the page this comment was posted on.

<%def name="footer()"> ## Add our comment links

Edit Comment | Delete Comment

## Include the parent footer too ${parent.footer()}