wip
[anoweco.git] / data / templates / comment.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">
2  <head>
3   <meta charset="utf-8"/>
4   <title>Comment to {{attribute(json, 'in-reply-to').0}}</title>
5  </head>
6  <body class="h-entry">
7   <h1>Comment #{{crow.comment_id}}</h1>
8   <p>
9    {% spaceless %}
10    <a class="p-author h-card" href="{{author.url}}">
11     <img class="u-photo" src="{{author.imageurl}}" alt="" width="32" height="32" />
12     {{author.name}}</a>
13    {% endspaceless %}
14    wrote the following reply to
15    <a rel="in-reply-to u-in-reply-to"
16       href="{{attribute(json, 'in-reply-to').0}}">{{attribute(json, 'in-reply-to').0}}</a>:
17   </p>
18   <div class="e-content">{{htmlContent|raw}}</div>
19   <p>
20    <a href="{{replyUrl}}">Reply to this comment</a>
21   </p>
22  </body>
23 </html>