initial commit
This commit is contained in:
commit
93d8310491
46 changed files with 3379 additions and 0 deletions
15
templates/email/header.html
Normal file
15
templates/email/header.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{{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}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue