website/web/templates/email/base.html

8 lines
268 B
HTML

{{define "base"}}
<html>
<body bakground="#ffffff" color="#000000" link="#0000FF" vlink="#990099" alink="#FF0000">
<basefont face="Arial,Helvetica,sans-serif" size="3" color="#000000"></basefont>
{{template "content" .}}
</body>
</html>
{{end}}