{{ partial "title.html" . }}
{{ if .Content }}
{{ if isset .Params "status" }}
{{ if .Params.toc }}
{{ end }}
{{ end }}
{{.Content}}
{{ else }}
Status | Category | Authors |
---|---|---|
{{ .Params.status }} | {{ .Params.category }} | {{ .Params.author }} |
Table of Contents
-
{{ template "section-tree-nav" dict "sect" . "currentnode"
$currentNode }}