view examples/tutorial/geddit/templates/_comment.html @ 891:b40dbfee9ba6

Removed some obsolete/unused code from the i18n filter.
author cmlenz
date Wed, 21 Apr 2010 07:38:37 +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