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