820
|
1 <!DOCTYPE html>
|
|
2 <html xmlns="http://www.w3.org/1999/xhtml"
|
|
3 xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
4 xmlns:py="http://genshi.edgewall.org/">
|
|
5 <xi:include href="layout.html" />
|
|
6 <head>
|
|
7 <title>Comment on “${link.title}”</title>
|
|
8 </head>
|
|
9 <body class="comment">
|
|
10 <h1>Comment on “${link.title}”</h1>
|
|
11 <p py:if="comment">
|
|
12 In reply to <strong>${comment.username}</strong>
|
|
13 at ${comment.time.strftime('%x %X')}:
|
|
14 <blockquote>${comment.content}</blockquote>
|
|
15 </p>
|
|
16 <xi:include href="_form.html" />
|
|
17 </body>
|
|
18 </html>
|