view examples/tutorial/geddit/templates/_comment.html @ 625:dba522b4c31d

GenshiTutorial: implemented AJAX commenting.
author cmlenz
date Fri, 31 Aug 2007 17:01:00 +0000
parents
children e414dc0bca5c
line wrap: on
line source
<li id="comment$num">
  <strong>${comment.username}</strong> at ${comment.time.strftime('%x %X')}
  <blockquote>${comment.content}</blockquote>
</li>
Copyright (C) 2012-2017 Edgewall Software