codeberg-forgejo/templates/mail/notify/repo_transfer.tmpl

23 lines
523 B
Go HTML Template

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
{{$url := HTMLFormat "<a href='%[1]s'>%[2]s</a>" .Link .Repo}}
<body>
<p>{{.Subject}}.
{{.locale.Tr "mail.repo.transfer.body" $url}}
</p>
<p>
---
<br>
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
<br>
Codeberg e.V. &ndash; Arminiusstraße 2-4 &ndash; 10551 Berlin &ndash; Germany<br/>
Registered at registration court Amtsgericht Charlottenburg VR36929.
</p>
</body>
</html>