<!DOCTYPE html> <html> <head>{{ partial "head" .}}</head> <body> {{ partial "header" .}} <main> {{ .Content}} </main> </body> </html>