You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

comment.tmpl 259B

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 Gitea</a>.
  13. </p>
  14. </body>
  15. </html>