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

{{ if .Param "patched" }}

PATCHED

{{ end }}

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

{{ .Param "description" }}

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

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

{{ end }} {{ $toc := .TableOfContents }} {{ if ne $toc "
" }}
Table of Contents:
{{ $toc }} {{ end }} {{ partial "i18n/list.html" . }} {{ if and (ne (len .Pages) 0) $.IsNode }}
Posts:
    {{ range .Pages }}
  • {{ .Title }}
  • {{ end }}
{{ end }}