{{ partial "head.html" . }}
{{ partial "nav.html" . }}
<header class="article-header">
  <h1 class="article-title">{{ .Title }}</h1>
  <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
    <b>{{ .Date.Format "2006-01-02" }}</b>
  </time>
</header>
<main>
  <article>
    {{ .Content }}
  </article>
</main>
{{ partial "footer.html" . }}