template-fmt.html.tmpl 227 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{{ .Title }}</title>
  5. <style>
  6. h1 {
  7. color: blue
  8. }
  9. </style>
  10. </head>
  11. <body>
  12. {{ .Body }}
  13. </body>
  14. </html>