comparison examples/tutorial/geddit/templates/_comment.html @ 720:f0bb2c5ea0ff experimental-newctxt

newctxt branch: Merged revisions [678:835] via svnmerge from [source:trunk].
author cmlenz
date Fri, 11 Apr 2008 08:42:11 +0000
parents
children
comparison
equal deleted inserted replaced
567:7f49cc5eb6e3 720:f0bb2c5ea0ff
1 <?python from genshi import HTML ?>
2 <li id="comment$num">
3 <strong>${comment.username}</strong> at ${comment.time.strftime('%x %X')}
4 <blockquote>${HTML(comment.content)}</blockquote>
5 </li>
Copyright (C) 2012-2017 Edgewall Software