{{define "base"}} <!doctype html> <html> <head> <meta charset="utf-8"> <title>{{template "title" .}}</title> </head> <body> {{template "content" .}} </body> </html> {{end}}