Mercurial > genshi > genshi-test
view examples/tutorial/geddit/templates/_comment.html @ 897:85e4678337cf
Update changelog and copyright years.
author | cmlenz |
---|---|
date | Thu, 22 Apr 2010 12:01:10 +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>