{{define "content"}}

Content files

Templates, static assets, and the help articles are embedded into Periwiki binary at build time. To override any file, place a copy at the same relative path next to the binary — it will take precedence over the embedded version.

{{ if .ShortCommit }} Build commit: {{ if .CommitURL }}{{ .ShortCommit }}{{ else }}{{ .ShortCommit }}{{ end }} — {{ end }} {{ .TotalFiles }} files ({{ .OverrideCount }} overridden from disk)

{{ if .Tree }}
{{ template "tree" .Tree }}
{{ else }}

No content files found.

{{ end }}
{{end}} {{define "tree"}} {{end}}