<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{{ .Title }}</title> <style> h1 { color: blue } </style> </head> <body> {{ .Body }} </body> </html>