view examples/tutorial/geddit/templates/_comment.html @ 799:bd2de32a6b5d trunk

Add missing svn:eol-style properties on some Python files. Closes #286.
author cmlenz
date Thu, 15 Jan 2009 23:52:32 +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