<header>
  <h1>{{ .Title }}</h1>
  {{ with .Params.subtitle }}
    <h2>{{ . }}</h2>
  {{ end }}
</header>