view examples/tutorial/geddit/templates/_comment.html @ 963:99d4c481e4eb trunk

Fix HTMLSanitizer tests for Python 2.7 (fixes #501).
author hodgestar
date Sat, 29 Dec 2012 11:43:45 +0000
parents e990fa05d80b
children
line wrap: on
line source
<?python from genshi import HTML ?>
<li id="comment$num">
  <strong>${comment.username}</strong> at ${comment.time.strftime('%x %X')}
  <blockquote>${HTML(comment.content)}</blockquote>
</li>
Copyright (C) 2012-2017 Edgewall Software