Go-Back-Skeleton/templates/email/header.html
2017-09-25 20:19:57 +02:00

15 lines
No EOL
416 B
HTML

{{define "header"}}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
{{template "styles"}}
</head>
<body itemscope itemtype="http://schema.org/EmailMessage">
{{end}}