view examples/tutorial/geddit/templates/_comment.html @ 938:a5a1c9a11135 tip

update tags
author convert-repo
date Tue, 31 May 2011 20:05:15 +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