Files

22 lines
444 B
Handlebars
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>{{.Subject}}</title>
</head>
2024-02-27 06:31:30 +08:00
{{$url := HTMLFormat "<a href='%[1]s'>%[2]s</a>" .Link .Repo}}
<body>
<p>{{.Subject}}.
2024-02-25 18:45:56 +08:00
{{.locale.Tr "mail.repo.transfer.body" $url}}
2023-06-14 20:17:58 +02:00
</p>
2025-09-05 11:20:42 +08:00
<div style="font-size:small; color:#666;">
<p>
---
<br>
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
</p>
</div>
</body>
</html>