github.com/dhax/go-base@v0.0.0-20231004214136-8be7e5c1972b/templates/email/header.html (about)

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