2014-05-05 10:27:28 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2015-12-07 23:30:52 +01:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>{{.Subject}}</title>
|
2014-05-05 10:27:28 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2016-07-15 18:36:39 +02:00
|
|
|
<p>@{{.Doer.Name}} mentioned you:</p>
|
|
|
|
<p>{{.Body | Str2html}}</p>
|
2015-12-07 23:30:52 +01:00
|
|
|
<p>
|
|
|
|
---
|
|
|
|
<br>
|
2016-07-15 18:36:39 +02:00
|
|
|
<a href="{{.Link}}">View it on Gogs</a>.
|
2015-12-07 23:30:52 +01:00
|
|
|
</p>
|
2014-05-05 10:27:28 +02:00
|
|
|
</body>
|
2016-07-15 18:36:39 +02:00
|
|
|
</html>
|