{{ define "main" }}
{{ partial "sidebar.html" (dict "context" .) }} {{ partial "toc.html" . }}
{{ if .Title }}

{{ .Title }}

{{ end }} {{ $data := index .Site.Data .Params.context }} {{ range $data }}

{{ .command }}

{{ .description }}

{{ if .cheatRequired }} Cheats are required for this command. {{ else }}

Cheats are not required for this command.

{{ end }} {{ if .arguments }}

Arguments

{{ range $argname, $argdesc := .arguments }} {{ if $argname }}
{{ $argname }}
{{ $argdesc }}
{{ else }}
No arguments provided
{{ $argdesc }}
{{ end }} {{ end }}
{{ end }} {{ end }}
{{ partial "components/last-updated.html" . }} {{ partial "components/pager.html" . }} {{ partial "components/comments.html" . }}
{{ end }}