{{ or (.Param "tit") .Title | humanize }}

{{ i18n "readingTime" .ReadingTime }}. {{ i18n "wordCount" .WordCount }}.

{{ if .Param "docs" }}
Documentation:
    {{ range .Param "docs" }}
  • {{ .name }}
  • {{ end }}
{{ end }} {{ with .Param "git" }}

Check out the git repo; {{ .name }}!

{{ end }}
Table of Contents:
{{ .TableOfContents }} {{ partial "i18n/list.html" . }}