Back to Docker

Guides

layouts/_partials/sidebar/guides.html

18.09-release665 B
Original Source

{{- $guide := cond (eq .CurrentSection .FirstSection) . .CurrentSection -}}

{{ $guide.Title }}

{{ $guide.Summary }}

{{- with $guide.Params.languages }} {{ partial "guide-languages.html" . }} {{- end }} {{- with $guide.Params.tags }} {{ partial "guide-tags.html" . }} {{- end }} {{- with $guide.Params.time }} {{ partialCached "icon" "schedule" "schedule" }}{{ . }} {{- end -}} {{- if gt (len $guide.Pages) 0 }} {{- partial "guides-stepper.html" . }} {{- end }} {{- with $guide.Params.resource_links }}

Resources:

{{- range . }} - {{ .title }} {{- end }}

{{- end }} « Back to all guides