{{ partial "head.html" . }} {{ partial "nav.html" . }}

{{ if .Site.Params.useDescriptionAsTitle }} {{ .Description }} {{ else }} {{ .Title }} {{ end }}

{{ .Date.Format "Jan 2, 2006 15:04" }} · {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} · {{ if eq 1 .ReadingTime }}{{ .ReadingTime }} minute read{{ else }}{{ .ReadingTime }} minutes read{{ end }} {{ with .Params.tags }} {{ if ge (len .) 1 }} {{ range . }} {{ . }} {{ end }} {{ end }} {{ end}}

{{ .Content }}
{{ if .Site.Params.enableGithubIssuesTips }} {{ partial "github-issues-tip.html" . }} {{ end }} {{ if .Site.Params.enableDisqus }} {{ partial "disqus.html" . }} {{ end }} {{ partial "footer.html" . }}
{{ partial "js.html" . }}