{{ partial "version-banner.html" . }} {{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }}

{{ .Title }}

{{ $res := .Resources -}} {{ if $res }}

ℹ️ Guide assets:

    {{ range $res }} {{ if not (hasPrefix .Name ".") }}
  • {{ .Name }}
  • {{ end }} {{ end }}
{{ end }} {{ block "main" . }}{{ end }}