view examples/tutorial/geddit/templates/_comment.html @ 783:2ee324467afe trunk

The match filter now only tests `START` events, as `END` events can not be matched and are otherwise processed together with the matched `START` event.
author cmlenz
date Mon, 14 Jul 2008 17:30:23 +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