{{- $root := . }} {{- .Store.Set "multipage" false }} {{- if ne .CurrentSection .FirstSection }} {{- $root = .CurrentSection }} {{- .Store.Set "multipage" true }} {{- end }}
{{ $root.Title }}
{{ $root.Summary }}
{{- with ($root.GetTerms "languages") }} {{ partial "languages.html" . }} {{- end }} {{- with ($root.GetTerms "tags") }} {{ partial "tags.html" . }} {{- end }}
{{- with ($root.Params.time) }}
{{ partialCached "icon" "schedule" "schedule" }} {{ . }}
{{- end -}}
{{- if (.Store.Get "multipage") }} {{- partial "guides-stepper.html" . }} {{- end }} {{- with $root.Params.resource_links }}

Resources:

{{- end }} « Back to all guides