view examples/tutorial/geddit/templates/_comment.html @ 767:e694d3ad8e61 stable-0.5.x

Ported [892] to 0.5.x branch.
author cmlenz
date Fri, 27 Jun 2008 15:02:51 +0000
parents e414dc0bca5c
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