{{ define "main" }}
<div>
  <h1>{{ .Site.Title }}</h1>
  {{ .Content }}
</div>
{{ end }}