comment.tmpl 258 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>{{.Subject}}</title>
  6. </head>
  7. <body>
  8. <p>{{.Body | Str2HTML}}</p>
  9. <p>
  10. ---
  11. <br>
  12. <a href="{{.Link}}">View it on Gogs</a>.
  13. </p>
  14. </body>
  15. </html>